Open Tsenrae opened 6 months ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Name duplication check is not case insensitive
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.
[original: nus-cs2103-AY2324S2/pe-interim#4678] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
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 duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Steps to reproduce:
add n/Alex Yeoh p/87438807 e/alexyeoh@example.com a/Blk 30 Geylang Street 29
add n/Alex yeoh p/87438807 e/alexyeoh@example.com a/Blk 30 Geylang Street 29
Expected: Error message as the names
Alex Yeoh
andAlex yeoh
are the sameActual: Command passes and duplicate persons are shown in the UI.