triciiaaa / pe

0 stars 0 forks source link

Different people with same phone and email are allowed #3

Open triciiaaa opened 4 months ago

triciiaaa commented 4 months ago

Description

Adding a person with the same fields but different names as another existing person is allowed in the application. But realistically, there should not exist two people with the same phone number, email etc.

Steps to reproduce

  1. input add n/Person 1 p/98765432 e/johnd@example.com m/Computer Science
  2. input add n/Person 2 p/98765432 e/johnd@example.com m/Computer Science

Expected

The application should have multi-criteria checking to ensure that Person 2 cannot be added after adding Person 1.

Actual

Person 2 is added successfully after Person 1.

Screenshots

image.png

nus-pe-script commented 4 months ago

Team's Response

On page 44.

Screenshot 2024-04-22 at 15.37.38.png

We have stated within our planned enhancements that we will be doing the said validations.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]