ararchch / pe

0 stars 0 forks source link

Duplicate clients can be added to fitbook if they have differing capitalization of first name #4

Open ararchch opened 4 months ago

ararchch commented 4 months ago

Overview Self explanatory - adding clients with same name and phone number, but one with an altered capitalisation is allowed, which contradicts UG.

Steps to reproduce

Expected behaviour

Actual behaviour

Potential solution

Screenshots

image.png

image.png

note that the values are same for all the fields (case insensitive)

soc-pe-bot commented 4 months ago

Team's Response

No details provided by team.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

Duplicate persons with case insensitive name can be added, unlike what is stated in the UG

image.png Based on UG, it is mentioned that name is case insensitive, so I would expect adding John and john to be considered duplicates and throw an error. However, I was able to add both John and john as seen below:

image.png Steps:

  1. add n/John p/98765432 e/john@gmail.com a/Clementi Ave 2 nt/BFF t/friend
  2. add n/john p/98765432 e/john@gmail.com a/Clementi Ave 2 nt/BFF t/friend

[original: nus-cs2103-AY2324S2/pe-interim#4341] [original labels: type.FunctionalityBug severity.Low]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

We agree that we could have checked for case insensitivity more carefully. Thanks for pointing that out.

Thus, we accept this bug.

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]


## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.Medium`] - [x] I disagree **Reason for disagreement:** The team did not provide any justification for why this bug should be downgraded from a medium to a low. ![image.png](https://raw.githubusercontent.com/ararchch/pe/main/files/bc487dca-1177-4072-a042-1e46a4c9da27.png) According to the CS2103T website, a downgrade would require justification: ![image.png](https://raw.githubusercontent.com/ararchch/pe/main/files/f90b2c16-28b5-478c-9572-25f4702b1176.png) In my opinion it is a medium because this can affect users fairly commonly, and is a elemental feature of a good addressbook or addressbook based software.