nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Duplicate detection in Add #4272

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Description

Checking for duplicates is case sensitive when it comes to names (i.e. with all other parameters the same, John Doe and John doe were treated as separate people and were both able to added)

Steps to reproduce

  1. Copied the line add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 from UG and added it.
  2. Changed n/John Doe to n/John doe and added it again.

Expected

The app rejects it as it is a duplicate person.

Actual

The app allows the duplicate person to be added.

image.png


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

jeffsieu commented 2 years ago

Team's Response

No details provided by team.

Duplicate status (if any):

Duplicate of #5623