area1707 / grace-shopper

3 stars 0 forks source link

Auth - ReactComp - Past Order #17

Open erinkshaw opened 7 years ago

erinkshaw commented 7 years ago

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

rkaur01 commented 7 years ago

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