-
Notifications
You must be signed in to change notification settings - Fork 30
feature : Implement Profile Picture Upload #7
Copy link
Copy link
Open
Labels
Gssoc25Label for issues that are part of GirlScript Summer of Code 2025 (GSSOC'25).Label for issues that are part of GirlScript Summer of Code 2025 (GSSOC'25).Level 310 points for solving advanced issues in GSSOC'2510 points for solving advanced issues in GSSOC'25enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
Gssoc25Label for issues that are part of GirlScript Summer of Code 2025 (GSSOC'25).Label for issues that are part of GirlScript Summer of Code 2025 (GSSOC'25).Level 310 points for solving advanced issues in GSSOC'2510 points for solving advanced issues in GSSOC'25enhancementNew feature or requestNew feature or request
Currently, there is no intuitive way for a user to set or change their profile picture. The profile image appears to be static, which limits user personalization and engagement. To improve the user experience, there should be a simple mechanism to upload a custom profile image.
I propose that when a user clicks on the default profile image placeholder , it should trigger the system's file picker to open, allowing them to select and upload a new image.
The user flow would be:
User navigates to their profile page/area.
User clicks on the profile image element.
The operating system's native file/image picker dialog opens.
User selects an image file (e.g., .jpg, .png).
After selection, the new image replaces the previous one in the profile image view.