area1707/grace-shopper

Auth - view list of previous orders, find a previous order, review previous order

Opened this issue · 0 comments

Implementation:

  1. Create orders schema in postgres, associate it with user and accessories.
  2. When user navigates to 'previous order', make an axios request to pull all associated orders and render them via React-Redux. Navigates to review page for individual item