Open Slipperybara opened 1 week ago
This bug is marked a duplicate of #1653 which also talks about the issue of names being case sensitive.
[The team marked this bug as a duplicate of the following bug]
Names are made case sensitive
In the real world, a person with the name
Alex Yeoh
is likely to be the same person asalex yeoh
, as such, names should not be made case sensitive, especially because typos are extremely common and could lead to unintentional duplicates.
[original: nus-cs2103-AY2425S1/pe-interim#697] [original labels: severity.Medium type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
We believe this is a valid issue, but it is not in scope as we have already addressed this issue in the User Guide.
Furthermore, other functionalities we have implemented help to circumvent issues such as
find
,findgame
which could help detect duplicates, andundo
in the likely event of typos. For this reason, it is unlikely to affect normal operators and only cause a minor inconvenience to users.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]
Action: I accidentally added my friend's name again but now in all lower case
Expected result/output: the system helps me catch it
Actual result/output: the system allow the new name input, which means I have 2 objects of the same person in the system, which might cause confusion to me in the future
Screenshot:
Suggestions: This is also mentioned in the UG. but I think that this issue could be fixed simply by making the names case insensitive