Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist shopping cart across sessions #13

Open
rbaltrusch opened this issue Jun 19, 2022 · 0 comments
Open

Persist shopping cart across sessions #13

rbaltrusch opened this issue Jun 19, 2022 · 0 comments
Labels
database Enhancements of the database structure enhancement New feature or request help wanted Extra attention is needed

Comments

@rbaltrusch
Copy link
Owner

Currently, products added to a user's shopping cart do not persist across multiple sessions, meaning that the content of the shopping cart is lost after the current session is closed by e.g. closing the application or logging out. Instead, add the ids of the selected products to a new database table called shoppingcarts with columns for the corresponding user id and the list of ids of the selected products.

@rbaltrusch rbaltrusch added enhancement New feature or request help wanted Extra attention is needed database Enhancements of the database structure labels Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Enhancements of the database structure enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant