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 order history #16

Open
stevebrownlee opened this issue Aug 17, 2017 · 0 comments
Open

User can view order history #16

stevebrownlee opened this issue Aug 17, 2017 · 0 comments
Labels

Comments

@stevebrownlee
Copy link
Member

stevebrownlee commented Aug 17, 2017

Given a user is authenticated
When the user clicks on "my account" in the nav
Then the user will be presented with the option to view order history

The Order History View will include a list of previous orders

Given the user is on the "order history view"
When the user clicks on a specific order hyperlink
Then the user will be presented with the order detail including the products and total price for that order

Given the user is not authenticated
When the user clicks on "my account"
Then they are redirected to the login view

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

No branches or pull requests

1 participant