Coder Social home page Coder Social logo

influmart's Introduction

Hey there! I'm Kajol ๐Ÿ‘‹

I am a Software Developer who โค contributing to open source.

Technical Skills


My Interests

Software Development | Web development | Competitive Programming | Open Source Contribution

My Stats


visitors

My Most used Languages

Top Langs

Contact Me

Github Twitter LinkedIn Medium

influmart's People

Contributors

asymtode712 avatar bhs-harish avatar hemu21 avatar irfan-ansari-au28 avatar kajol-kumari avatar rohitgupta1237 avatar thenikhilraj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

influmart's Issues

[Backend] A api to keep track of collaborations between brands and influencers

  • API to keep record of no of collaborations done by brands on the portal and keeping the record of all the collaborations done by brand which includes whats the average growth value of followers , post frequency which means no of posts they post in a month , whats average engagement rate they look that comes after analysing all the deals brand made with influencers ...that they look for dealing with influencer.

  • API to track record of minimum followers brand look in influencer. , average minimum likes and post frequency...in above api we track all collaborations and analyse them and then show insights whereas in this only we will look for minimum requirements which is usually the lowest data of all collaboration the brand had dealed with influencer.

for better reference look brand profile page in updated sample video

[Frontend] Make HomePage and InfluencerRegistrationForm pages Responsive

Description

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required. in influencer registration form when someone clicks + to enter their social media handle then a popup input should appear to enter the handle and and verify button and when user clicks price '->' sign then again a popup to enter input value and a dropdown for choosing location and industry assosciaiton should be a a input field while others boxes are tickables like age .The bottom bar and menu bar should be fixed and should not be scrollable while the other part of page should be scrollable.

  • It should work for all the screen sizes.
Page Name Description Assignee
Homepage.js Main homepage of the application
InfluencerRegistrationForm.js Form for influencer registration

[Frontend] Make FailedPaymentStatus and AccountCreatedSuccessfullyNoti pages Responsive

Description

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required

  • It should work for all the screen sizes.
Page Name Description Assignee
FailedPaymentStatus.js Notification for failed payment status
AccountCreatedSuccessfullyNoti.js Notification for successful account

[Backend] Get Subscription Charges API

Description

Create an API, which will show the subscription charge based on below logic.

From the social stat, take out the max follower -
For a quarter -> ((80% of the number of followers)*(0.50) / 12) 3 + 20% of ((80% of the number of followers)(0.50) / 12)3
For 6 months -> ((80% of the number of followers)
(0.50) / 12) 6 + 10% of ((80% of the number of followers)(0.50) / 12)6
For a year ->((80% of the number of followers)
(0.50))

Dependent upon - https://github.com/Kajol-Kumari/InfluMart/issues

[Frontend] Make AccountCreatedSuccessfullyNoti Responsive

Description

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required

Page Name Description Assignee
AccountCreatedSuccessfullyNoti.js Notification for successful account

[Frontend] Make BrandAccountReviewNotification and otp verification pages Responsive

Description

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required

  • It should work for all the screen sizes.
Page Name Description Assignee
BrandAccountReviewNotification.js Notification for brand account review
OtpVerification.js Page for OTP verification

Creating Filtering and searching functionality for list of influencers

Brand can search and filter list of influencers based on following filters like area based of , industry belongs to , price for marketing for different platform , type of content , followers , likes , engagement. , age of users target , platform to advertise
all this data we will be having for influencer in data base .

[Backend] Forget&Reset Password Functionality for Brand and Influencers

Description

  • Create an API in backend which will help the influencer/brand to reset their password.
  • Make sure to have the authorization check so that the brand/influencer can only reset their own password, maybe otp on email can help to achieve the same.(I am all ears to hear about better method)

  • Create one more API in backend which will help the influencer/brand to update their password.
  • Verify their token and the body of reset will be currentPassword, newPassword, so make sure you match the currentPassword value existing in the db before updating it.

[Frontend] Making inbox interface responsive.

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required

It should work for all the screen sizes.

[Backend] A messaging platform between brands and influencers to connect

A messaging platform between brands and influencers to connect on the portal. to message influcners first a brand is required to request influncer to connect with influencer once the influencer accepts the request then brand needs to pay a fixed charge to influencer after that the message functionality will work and both can connect on platform and after successful deal anyone can close that chat . and if they want to connect again then sme procedure will follow.

Influencer Social Handles need Verification before allowing to signUp

Description

Currently, there is no way to verify if the social profile influencer has given belongs to him/her.

Expectation

  • There should be a way to verify that the particular social account claimed by the influencer belong to him/her only.
  • Influencers shouldn't be allowed to signup unless they verify their mentioned social profile.
Screenshot 2024-06-11 at 11 04 55โ€ฏPM

[Discussion] A way Brands can talk to influencers

  • Brand will send a request to influencers.
  • influencer will accept it.
  • Brand will have to pay a verification charge to make sure its a genuine brand
  • Then they can communicate over the platform using a message box.

How can this be implemented in the platform

[Frontend] Brand SignUp UI Enhancement

Description

This Includes the brand registration form, otp verifictaion, preview. Here I am want to make those fields to interact. With this ui enhancement The brand sign up is completly ready with all funtionality and features.

[Frontend] Making BrandAssociated pages responsive.

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required. This page involves list of all those brands that are registered on our platform.

It should work for all the screen sizes.

[Frontend] Make Admin Panel Responsive

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required. Admin panel involves functionalities for user to update passwords and other information related to account.

It should work for all the screen sizes.

[Frontend] Make the ChatInterface Responsive

Description

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required

  • It should work for all the screen sizes.
Page Name Description Assignee
ChatInterface.js Interface for chat functionality

[Backend] Create Subscription

Issue Description

  • We need backend APIs which will allow user to buy a particular subscription and store it in the db

[Frontend+Backend] Creating About us and contact us pages

There is currently no About Us and Contact Us page.

I will create minimalistic about us and contact us pages with form validation and send details to owner functionality. It will be a complete user management system, where you will receive the results of the filled form directly to a database.

[Bug] The Brand Login and Signup Not as expected

Description

There is couple of issues in brand login and signup that needs to be fixed

  • After brand signup, the password is getting stored as plain text in db, it should be hashed just like we are doing for influencer
  • The login for brand is not working (its probably 'coz of the unhashed password getting saved in db but this needs fix)

[Frontend] Integrate the analytics Graph on Influencers Profile

##Description

  • Currently, the influencer data is static, as we already have the social handle data in our DB during signup, use it show on the profile page in the form of graphs
  • Each Social handle should have their respective graph, so provide a dropdown for the same in the influencer profile so that anyone can see analytics of which social media profile you want to see

Current Profile Page where the integration needs to be done - https://drive.google.com/file/d/1Xr1hQChCcPjcX1pb3noJRr5FQvUu_rnS/view?usp=sharing

[Frontend] making below mentioned static pages responsive

Description

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required

NOTE - Each of these pages will have respective level1/level0 attached to it based on which page u choose

Page Name Description Assignee
FriendRequestPage.js Page displaying friend requests
InfluencersList.js List of influencers
PlanChooseInterface.js Interface for choosing a plan

[Frontend] Make Analytics and user profile Responsive

Description

Currently the frontend components are coded in ReactiveNative as per the figma designs but these are not responsive when run so making them responsive is required

  • It should work for all the screen sizes.
Page Name Description Assignee
Analytics.js Displays analytics data
UserProfile.js User profile page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.