nus-cs2103-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Unable to add item from new supplier, even when existing supply ran out #642

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

image.png

I'm not really sure if there is a need to remember which supplier a particular ingredient came from. If I had two suppliers for potatoes, for example, it is not possible for me to procure from both. If my main supplier were to run out of stock for an item and I want to switch to another supplier, I cannot add that item from another supplier into the inventory.

Low severity as it is relatively uncommon for suppliers to run out of their item, or a need for the user to change supplier.


[original: nus-cs2103-AY2223S1/pe-interim#826] [original labels: type.FeatureFlaw severity.Low]

Bahamas20 commented 1 year ago

Team's Response

As mentioned by tester it is not common for vendors to have two different suppliers for the same item. Hence, currently it only makes sense for an item to be able to be added only after switching suppliers , hence the need for the user to delete current item from list then add new item from different supplier. To prevent duplicates

Duplicate status (if any):

--