emzm2023 / pe

0 stars 0 forks source link

Trying to add a customer with a number in the name treats it as the same customer #6

Open emzm2023 opened 1 year ago

emzm2023 commented 1 year ago

image.png

The app behaviour is as such when I tried to execute the command seen in the command box. Given that the restriction for names is that: "Names should only contain alphanumeric characters and spaces, and it should not be blank", John2 Doe should not be treated as the same person so the functionality of the app doesn't seem to be in line with the given constraints in the UG.

nus-se-script commented 1 year ago

Team's Response

It does not violate any of the constraints stated in the UG for both name and phone number. The reason why you are seeing this error is because it has detected that the phone number you have inputted already exists as we use phone numbers to differentiate between different customers.

Screenshot 2023-11-20 at 12.58.23 AM.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]


## :question: Issue type Team chose [`type.FeatureFlaw`] Originally [`type.FunctionalityBug`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]
## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.Medium`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]