Open ngeeyonglim opened 12 months ago
We feel that restricting case sensitivities can be left for future.
[The team marked this bug as a duplicate of the following bug]
Adding duplicate names allowed if the names had different case sensitiveness
Steps to reproduce: Add two entries with the same name but with different cases, an example is as follows:
add n/Betsy Crowe p/92222222 e/betsycrowe@example.com a/Newgate Prison t/friends pmr/north
add n/BeTsy Crowe p/92222222 e/betsycrowe@example.com a/Newgate Prison t/friends pmr/north
Result: The command executes successfully and both entries are added into the application.
Problematic behaviour:
The application has duplicate entry detections where they will disallow duplicate entries(entries with same names), Betsy Crowe and Betsy Crowe (with 2 spaces) is generally considered to be the same name, and hence should be detected as duplicate entries.
[original: nus-cs2103-AY2324S1/pe-interim#3305] [original labels: type.FunctionalityBug severity.Medium]
[This is the team's response to the above 'original' bug]
There might be a possibility that Betsy Crowe and BeTsy Crowe are 2 different people.
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:
The app allows for the addition of bernice yu as a separate person even though names are supposed to be unique.