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

As a user, I want to be able change the quantity or amount of an item once added to the list so I know how many of that specific item to buy! #38

Open
4 tasks
RossaMania opened this issue Sep 22, 2024 · 0 comments
Assignees

Comments

@RossaMania
Copy link
Collaborator

RossaMania commented Sep 22, 2024

Summary

Users may want to set a quantity of how many of a particular item they want to buy. Allowing users to set a quantity as a number that is separate from the item name line can help users keep their lists organized.

Acceptance criteria

  • "number" is going to be the data type.
  • "1" should be the default quantity.
  • The quantity should be saved to the database.
  • Setting the quantity to "0" prompts the user to confirm that they want to delete the item from the list.

Notes

A "quantity" field will need to be added.
You're going to want to work on the backend/database first.

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

2 participants