Open jingyu987 opened 12 months ago
We will reject this as it is simply a typo on the user's part that causes the name of the item to become different than any that exists in the stall already, even if that difference is just 1 character.
Team chose [response.Rejected
]
Reason for disagreement: As seen in the screenshot below from the course website, duplicate detection doesnt consists of just exact string matching, it would be better if a warning could be given and leave the final choice up to the user. However this does occur in very rare situations and only causes minor inconvenience, therefore I believe it is a bug that is classified as severity.Low.
Only exact matches for duplicate inputs are catered for allowing users to add items such as "Chicken Rice" and "Chicken Rice" with 1 additional space in between even though they are unlikely to be different items
Typically, it is best if you can give a warning in such near match cases so that the user can make the final decision.