ottery-app / web-app

0 stars 0 forks source link

(Story) Update account info #334

Open lewibs opened 10 months ago

lewibs commented 10 months ago

Is your feature request related to a problem? Please describe. We need a way for the user to be able to update their info attached to their account. This could include name, pfp, email and data attached to them.

The user should be able to click on the edit button in their home menu. They are then taken to the edit user info page. From there, they are able to change their personal information. This will include things such as their first name, last name, security photo, and then any form data which they have saved in the database.

Image

It is important to note that some of this work has already been done. See the user signup page to see how data is converted into forms and use that component for the data field. Additionally, the security photo is a data field as well as a field on the user schema. This mean that when its updated, it may need to be updated in two places, and that when reading the data fields, the security photo should be ignored.