issues
search
Adastros
/
audiophile
A static E-Commerce website selling high quality audio products
https://audiophile.fan
1
stars
0
forks
source link
Keep track of user's items in cart when the page is refreshed or the user closes the page and returns
#79
Closed
Adastros
closed
10 months ago
Adastros
commented
11 months ago
Overview
The goal is to implement a feature
Action Items
[x] Research a way to track a user's cart
[x] Update the server API to handle requests to store/ update a user's cart data in the database
[x] Update the frontend to send the user's cart data to the server
[x] Update the "add to cart" button, "remove all" link, and the "demo cart" button to update the user's data on the backend and database
Resources/Instructions
Cart ID Storage Options
Cookies
IndexDB API
Web Storage
Overview
The goal is to implement a feature
Action Items
Resources/Instructions
Cart ID Storage Options