area1707/grace-shopper

Auth - ReactComp - Past Order

Opened this issue · 1 comments

Should be able to:
View current order status
Items with quantity and subtotal
Link to the original product detail page
Date/time order was created

Implementation: create a container that renders ONE order.
Render associated order by id from the React-Redux store
Pull date/time order was created from pg db
Use React Router to direct to accessory page

On user profile, user should be able to view order history (id, createdAt, status, accessoryId, quantity, orderedPrice)