MLSAKIIT / MLSAKIIT/KLink

Issue #3: Add Profile Edit Functionality

Open
#4 1 comment 0 reactions 1 assignee View on GitHub

@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:

  1. Edit username (with uniqueness validation)
  2. Edit bio (max 160 chars)
  3. View and edit join date display preference
  4. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.