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
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.
Changed n/John Doe to n/John doe and added it again.
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
add n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01
from UG and added it.n/John Doe
ton/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.
[original: nus-cs2103-AY2122S1/pe-interim#4340] [original labels: severity.Low type.FeatureFlaw]