kirnatia / Ecommerce_Capstone

0 stars 0 forks source link

Persistent Cart #1

Open kirnatia opened 1 year ago

kirnatia commented 1 year ago

As a logged-in user, I want my shopping cart to persist so that I can come back to the website later and find the items I added previously still in my cart.

Tasks:

Acceptance Criteria:

  1. When I log in and revisit the website, the items I added to the cart previously should still be present.
kirnatia commented 1 year ago

The issue is related to how to identify a unique user per ID, update/patch data, save the data in local storage, and then retry the shopping cart experience after the user signs in.