nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

adding same name with different lowered/Upper-cased is added with no error or warning #1668

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

I have added the same person with same address, phone-number, email and same name with the different formatting.

  1. cadd n/John Doe p/98765432 e/johnd@example.com a/John street, block 123
  2. cadd n/John DoE p/98765432 e/johnd@example.com a/John street, block 123
  3. cadd n/JohnDoe p/98765432 e/johnd@example.com a/John street, block 123
  4. cadd n/john Doe p/98765432 e/johnd@example.com a/John street, block 123

pe1.png

Perhaps, this should give a user warning or error message, since it probably is the same name?


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

chunweii commented 2 years ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #5513