nus-cs2103-AY1920S2 / pe-dev-response

0 stars 0 forks source link

Was able to edit person with same name, but unable to add new person with same name. #2525

Open nus-pe-bot opened 4 years ago

nus-pe-bot commented 4 years ago

Steps to reproduce: 1) add person named Alex Yeoh and john to list 2) edit john's name to Alex Yeoh, which is allowed. 3) try to add another person named alex yeoh which prompts user with this person already exists.

Screenshot 2020-04-17 at 2.27.06 PM.png


[original: nus-cs2103-AY1920S2/pe-interim#2515]

lohszeying commented 4 years ago

Team's Response

If the person with the same name have the same number (or email address), it is counted as duplicate by Level 3, which is why you cannot add Alex Yeoh with phone number 999. So this is intended and not a bug, which forms a basis to reject this bug report. Furthermore, this effect is inherited from Level 3, so I'll have to reject as well.

Screenshot 2020-04-19 at 9.54.26 PM.png

Screenshot 2020-04-19 at 9.54.36 PM.png

From here, if I put a different phone number, it is accepted by Level 3.

Screenshot 2020-04-19 at 9.56.48 PM.png

Duplicate status (if any):

--