Open DesmondTo opened 3 years ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Names that are of different case can still be added
Steps to Reproduce
1) add n/Candice s/parttime p/91234567 $/2 e/candice@example.com 2) add n/candice s/parttime p/91234567 $/2 e/candice@example.com
Expected
Program rejects duplicate person
Actual
Program accepts it. Maybe a check for case sensitivity would be better.
Screenshot
The user guide also mentioned this but the behaviour is different
[original: nus-cs2103-AY2122S1/pe-interim#3329] [original labels: type.FunctionalityBug severity.Medium]
[This is the team's response to the above 'original' bug]
The second image of the User Guide mentions that names ARE case sensitive, thus "candice" and "Candice" are accepted as two different people.
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]
Team chose [response.Rejected
]
Reason for disagreement: Although it is a duplicate, but still a valid bug. It should not be rejected.
Step to reproduce: Using the commands below:
add n/Candice s/parttime p/91234567 $/2 e/candice@example.com
add n/candice s/parttime p/91234567 $/2 e/candice@example.com
Expected:
candice
, as it is very possible that she is the same person asCandice
. Or at least give a warning.Actual: