Edit a Profile
Opened this issue · 0 comments
danielbuva commented
Users can change their profile info!
Backend
- PUT route that accepts
firstName
,lastName
,username
,bio
,image
, andbanner
- error response for user not found
- body validation for missing
firstName
,lastName
, andusername
- body validation for too long
firstName
,lastName
,username
andbio
Frontend
- users who own the profile can see an edit profile option in the profile dropdown menu (see wireframe)
- modal is closed upon submission
- profile is updated without refresh
- if there are errors on bad submission, they will display under the input boxes