Hibeom0929 / pe

0 stars 0 forks source link

Name duplication check is not case insensitive #1

Open Hibeom0929 opened 5 months ago

Hibeom0929 commented 5 months ago

image.png

Although names with same characters but different cases should be considered as same names but they can be still added to the list at the same time.

nus-se-script commented 5 months ago

Team's Response

image.png

There exists names which require different cases to differentiate between them, due to cultural nuances. For example, "Bryan De La Cruz" is different from "Bryan de la Cruz"

We decided to accommodate these cases as well.

Thus, this is the expected behavior of our app.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: The example you gave is a particular case and in most of the cases, names with the same characters and different cases are the same names or maybe the typos by users. Thus, it is better to have a case-insensitive check for name duplication and throw a warning when users want to have names with the same characters with different cases.