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

CRUD operations on items in shopping cart #34

Open
5 tasks
gallenc opened this issue Nov 8, 2021 · 0 comments
Open
5 tasks

CRUD operations on items in shopping cart #34

gallenc opened this issue Nov 8, 2021 · 0 comments
Labels
feature Agile Feature Requiement

Comments

@gallenc
Copy link
Owner

gallenc commented Nov 8, 2021

An independent shopping cart should be created for each user session.

  • Shopping carts need not be persisted between sessions after the user logs out. However placed orders must be persisted.
  • Users should be able to search and select items from the catalogue to add to their shopping cart,
  • The shopping cart should present an itemised list of items in the cart,
  • The shopping cart should keep a running total of the total cost of items in the cart.
  • It should be possible to add, delete or modify the number of each item in the shopping art.
@gallenc gallenc added the feature Agile Feature Requiement label Nov 8, 2021
@gallenc gallenc changed the title Add items to shopping cart CRUD operations on items in shopping cart Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Agile Feature Requiement
Projects
None yet
Development

No branches or pull requests

1 participant