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 #15

Open
krnorris65 opened this issue Aug 26, 2019 · 0 comments
Open

User can view order history #15

krnorris65 opened this issue Aug 26, 2019 · 0 comments

Comments

@krnorris65
Copy link

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
None yet
Projects
None yet
Development

No branches or pull requests

1 participant