CSCI-GA-2820-FA24-003 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Delete a single product by ID #25

Closed HRHRHRHR666 closed 1 month ago

HRHRHRHR666 commented 1 month ago

As a manager I need the functionality to delete a single product by ID So that when a product gets sold out or I don’t want to sell it anymore, I can remove it from shelves.

Details and Assumptions

Acceptance Criteria

Given a product exists in the inventory,
When the product is deleted by ID,
Then the product is removed from the inventory.

Given a product doesn't exist in the inventory,
When the product is deleted by ID,
Then return error message.
niveditashankaranarayanan commented 1 month ago

Thank you for considering the professor's suggestion. I see that we've adjusted the delete stories from 4 to 2, which seems more streamlined now.