Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User can view and edit their account settings #19

Open
askingalot opened this issue Apr 21, 2019 · 0 comments
Open

User can view and edit their account settings #19

askingalot opened this issue Apr 21, 2019 · 0 comments

Comments

@askingalot
Copy link

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:

  • First Name
  • Last Name
  • Address
  • Phone Number
  • Payment Options
  • Order History

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant