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

Book quantity updates #53

Closed
esulu opened this issue Nov 27, 2021 · 0 comments · Fixed by #55
Closed

Book quantity updates #53

esulu opened this issue Nov 27, 2021 · 0 comments · Fixed by #55
Assignees
Labels
back-end Anything dealing with the back-end express server database Anything dealing with the database
Projects

Comments

@esulu
Copy link
Owner

esulu commented Nov 27, 2021

  • The owner adding a book (that already exists) should update the quantity of the book
  • Every time the user checks out, the quantity of the book should be decreased by the amount sold
  • If there are 0 copies left, the book should be removed from the store (i.e., set is_purchaseable to false)
@esulu esulu added database Anything dealing with the database back-end Anything dealing with the back-end express server labels Nov 27, 2021
@esulu esulu added this to To do in Project via automation Nov 27, 2021
@esulu esulu self-assigned this Nov 27, 2021
@esulu esulu moved this from To do to In progress in Project Nov 27, 2021
@esulu esulu mentioned this issue Nov 27, 2021
Project automation moved this from In progress to Done Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Anything dealing with the back-end express server database Anything dealing with the database
Projects
Development

Successfully merging a pull request may close this issue.

1 participant