CSCI-GA-2820-FA24-001 / inventory

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

Add action - Restock the inventory #30

Open ShiweiHe0713 opened 1 day ago

ShiweiHe0713 commented 1 day ago

As a inventory manager I need to be able to restock the inventory So that the manager can restock the inventory

Details and Assumptions

Add a restock_amount field, and then when stock level is getting lower than a threshold, we can automatically/manually make a PUT request to increase the stock level by restock_amount.