feat: allow editing user profile settings
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Task: Edit user information settings
|
||||
|
||||
## Goal
|
||||
|
||||
Allow users to edit their profile details from the user information settings page.
|
||||
|
||||
## Feature Spec
|
||||
|
||||
- `docs/FEATURES/user-profile-settings.md`
|
||||
|
||||
## Scope
|
||||
|
||||
- Replace read-only user information details with editable first name, last name, alias, and email fields.
|
||||
- Keep portrait upload available on the page.
|
||||
- Use the existing Identity endpoints for full name, alias, email, and portrait updates.
|
||||
- Keep the profile store as the source of truth for app-shell user identity.
|
||||
|
||||
## Validation
|
||||
|
||||
```bash
|
||||
cd frontend
|
||||
npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user