chatty-clownfish / bangazon-sprint-2

1 stars 0 forks source link

User can view and edit their account settings #18

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 years ago

Given the user is authenticated When the user clicks on "my account" in the nav Then the user will be taken to account view

The account view will include:

Given the user is on the Account View When the user clicks "edit account" Then the user will be presented with a pre-populated form to edit their address, phone number, and last name

Given the user has completed the form with valid information When the user clicks "update" Then the information will update in the database, and in the account view

CosignMyCodesign commented 5 years ago

Related to #17 , #7, and #8 as far as utilizing the user account/profile

robbyhecht commented 5 years ago

VIEW and TEMPLATE for MY ACCOUNT - includes details listed in ticket description VIEW and TEMPLATE for EDIT ACCOUNT - pre-populated with details listed in ticket description 'Update' button updates info in account view and database (and sends user back to 'my account'?)