nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Duplicate detection: Able to add two person with different name but same contact information #2485

Open nus-pe-bot opened 2 years ago

nus-pe-bot commented 2 years ago

Most of the time, it is the case that the contact of each person are unique. Therefore, it may be flawed to allow two persons of different name, but same contact information to be added.

Steps to reproduce: add n/test2 t/@test_test e/test._test@test.com g/CS2101 add n/test1 t/@test_test e/test._test@test.com g/CS2101

Expected: Duplicate contact detected

Actual: Allowed to add both persons


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

junwei26 commented 2 years ago

Team's Response

Similar issue to #3342, no duplicate detection for fields of student.

Duplicate status (if any):

Duplicate of #3342