Closed
Description
Problem to solve
Currently, the there's a) no dedicated account page for the user, b) no way to change their name, email or avatar, and c) no clear way of deleting their account.
This is part of #3300. 🍕
User Experience goal
The user should be able to a) see their associated name, email, and avatar on a dedicated account page as well as b) be able to easily delete their account if needed.
Proposal
In this first MVC (minimum viable change), we can do the following:
- Introduce a dedicated account page.
- Surface their name, email, and avatar associated with their account.
- Introduce a clear way to delete their account.
Components involved:
- Button
- Text Field (Disabled)
Future steps
- In the future, we could allow users to change their name, email, and avatar associated with their account.
Designs
Account | Account (Modal) |
---|---|
![]() |
![]() |
![]() |
![]() |
See also design specs.
Documentation
No documentation changes are needed for this first iteration.