nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Extra space in name should be handled as duplicates #1766

Open nus-pe-bot opened 1 week ago

nus-pe-bot commented 1 week ago

The user John Doe accidentally typed an extra space in between. In this case, John Doe and John Doe are likely the same person because of the typo. Ideally, the app should be able to distinguish that they are actually duplicate entries and prevent John Doe to be inserted. Step to reproduce: add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 x/123 add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 x/123

Screenshot 2024-11-15 at 16.41.38.png


[original: nus-cs2103-AY2425S1/pe-interim#751] [original labels: type.FeatureFlaw severity.Low]

tata32000 commented 1 week ago

Team's Response

Thank you for the response! We also think that the extra space in the name should be handled as duplicates.

Duplicate status (if any):

--