danielbuva/goalie

Edit a Profile

Opened this issue · 0 comments

Users can change their profile info!

Backend

  • PUT route that accepts firstName, lastName, username, bio, image, and banner
  • error response for user not found
  • body validation for missing firstName, lastName, and username
  • body validation for too long firstName, lastName, username and bio

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