Open Tsenrae opened 7 months ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Contacts allow duplicate emails
While two people in contacts can not have identical names, different people are allowed to have same email addresses. This is not likely to happen, and it is better to be captured.
[original: nus-cs2103-AY2324S2/pe-interim#5569] [original labels: severity.Medium type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
In reality, there are people who share the same company email.
We wanted to accommodate for this case, and impose fewer restrictions on the user.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Steps to reproduce:
add n/John p/87438807 e/alexyeoh@example.com a/Blk 30 Geylang Street 29
add n/Doe p/87438807 e/alexyeoh@example.com a/Blk 30 Geylang Street 29
Expected: Error message as duplicate emails should not be allowed
Actual: Command is accepted and duplicate emails are shown in the UI.