I would like to enhance the profile section by adding a Profile Picture Upload feature. This feature will allow users to upload their own profile pictures, which will be stored in the database, and displayed in their personal profile.
Key Features:
Image Upload: Users can select and upload an image from their local device.
Database Integration: The uploaded image will be stored in MongoDB (as a file or URL reference, depending on implementation).
Backend Handling: Implement business logic in the backend using Node.js and Express to handle image storage and retrieval.
Frontend Display: Display the uploaded image in the user’s profile after upload and handle cases where the user has not uploaded a picture (default image).
This enhancement will improve user personalization and overall experience on JournalForge.
Profile Section:
Checklist:
I am contributing under GSSoC-ext.
I am contributing under Hacktoberfest.
I follow the contribution guidelines.
Please assign this issue to me with the gssoc-ext, hacktoberfest-accepted, and level no. labels so I can start working on it right away.
Hey @aswathcm29 ,
I would like to enhance the profile section by adding a Profile Picture Upload feature. This feature will allow users to upload their own profile pictures, which will be stored in the database, and displayed in their personal profile.
Key Features:
This enhancement will improve user personalization and overall experience on JournalForge. Profile Section:
Checklist:
Please assign this issue to me with the gssoc-ext, hacktoberfest-accepted, and level no. labels so I can start working on it right away.
Thank you!