-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding User profile backend #166
Comments
You need to explain your approach too, apart from listing the features you want to add, how will you approach it, what tech stack you will use and how this helps. |
@techy4shri @Wahid7852
2.Code structure: I make sure to keep the code structure as it is now.
And for where it will be helping. This will be helping for getting the user details and show then in the frontend. thank you. |
|
Wait for the PA to respond. And avoid mentioning us repeatedly as we will be responding as soon as we can and mentioning us won't speed up responses. This is an open-source project and we are all full-time students and/or working professionals. |
@NOOB-3301 I am assigning this issue to you but make sure that the code should be clean working and do not change any other file if it is not necessary also make proper api so that frontend developers can work easily on this. |
Features to add:
Please assign me this under swoc @BhattAnsh @Wahid7852 @techy4shri
here is my approach:
Api endpoints: I will make sure to keep the enpoints consistent throught the code base .
For example /profile/getprofile will get the user profile by jwt tokens. (which are using in the auth cobtrollers)
2.Code structure: I make sure to keep the code structure as it is now.
TechStack: i Will be consistent using techstack. like i will be using express for server and mongodb for database.
addition tech: i plan to make a edit profile controller which will be taking the field user want to edit . i will also include user pfp there so for that i will be using cloudinary for clod store option as storing images directly in db causes inefficiency
Production env: I also make sure the changes i will make it will be production env compatible
And for where it will be helping. This will be helping for getting the user details and show then in the frontend.
thank you.
The text was updated successfully, but these errors were encountered: