blathering-barnacles / Bangazon-2

Sprint 2
1 stars 1 forks source link

User can view order history #17

Open kimberly-bird opened 5 years ago

kimberly-bird commented 5 years ago

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

jessicabarnett8219 commented 5 years ago

Is this for buyers or sellers or both?