riccqi / pe

1 stars 0 forks source link

Validation of whether a supply item already exists is case sensitive #2

Open riccqi opened 2 years ago

riccqi commented 2 years ago

I add a new supplier, which supplies ginger, and there is already a current supplier supplying Ginger.

When i added a supply item of my new supplier, ginger was added to my supplyItem list, although Ginger as a supplyItem from the previous supplier already exists in the list.

I would expect the app to flag this out as a duplicate item, something like This supplyItem from a different supplier already exists in inventory. Currently this checking is case sensitive, although I think it should not be, as ginger and Ginger are the same supplyItem.

image.png

nus-se-bot commented 1 year ago

Your response not required for this bug as the team has accepted the bug as it is.