Open yapxuanxuan opened 6 months ago
It is very possible for 2 people with the same name, it is specified clearly in the UG that names are not unique.
[The team marked this bug as a duplicate of the following bug]
Same name
The 7th person is "Tests" and the 8th person is "tests" but they display as a same name. This case should be avoided.
[original: nus-cs2103-AY2324S2/pe-interim#5231] [original labels: severity.Medium type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
It is very possible for 2 people with the same name, it is specified clearly in the UG that names are not unique.
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/James Ho s/A2222444X e/jamesho@example.com h/@hohoho
)add n/james ho s/A2222333X e/jameshohoho@example.com h/@jamesho
)Expected:
Actual:
Should not allow for duplicate names, names should be case-insensitive as they are case-insensitive in real life.