chatty-clownfish / bangazon-sprint-2

1 stars 0 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

robbyhecht commented 5 years ago

--linked to from 'my account' link in navbar--

VIEW and TEMPLATE for ORDER HISTORY - list of previous orders each product link leads to: VIEW and TEMPLATE for ORDER DETAIL including products and total price

CosignMyCodesign commented 5 years ago

Ticket #7 and #8 also utilize the "my account"/"profile"/"my settings" view