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

Add Items to Cart #5

Open
Sahar-yahya opened this issue Mar 11, 2024 · 0 comments
Open

Add Items to Cart #5

Sahar-yahya opened this issue Mar 11, 2024 · 0 comments

Comments

@Sahar-yahya
Copy link

User Stories

  • As a customer, I want to add items to my cart so I can create an order and proceed to order them.

  • As an admin, I want to be able to add new items to the menu so that customers can brows and order them.

Acceptance Criteria:

  • The system shall allow costumer to browse menus, select items, and add them to a cart.
  • A costumer can specify the quantity of each item he wants to add to the cart.
  • A costumer receive a confirmation message Upon adding an item to the cart.
  • A costumer can view my cart and see the items he has added along with their quantities and prices.
  • The total price in the cart updates to reflect the sum of prices for all items added.
  • An Admi can access the admin panel of the app.
  • An Admi has the necessary permissions to add items to the menu.
  • An Admin can input details for the new item, including name, description, price, and optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant