Issue #3: Add Profile Edit Functionality
Open
@AratrikaDas is already working on this.
Since Oct 11, 2025.
- Dominant language
- Makefile
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Description:
Users cannot modify their profile information after registration. Need UI to edit username, bio, and other profile fields.
Current Limitations:
- Username set at signup cannot be changed
- Bio is empty and cannot be edited
- No way to update any profile information
Required Features:
- Edit username (with uniqueness validation)
- Edit bio (max 160 chars)
- View and edit join date display preference
- Save/cancel buttons with confirmation
User Flow:
Profile Screen -> [Edit Profile Button] -> Edit Screen
├─ Username field (validate uniqueness)
├─ Bio text area (160 char limit)
├─ [Save] [Cancel]
└─ Navigate back with updated data
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.