sudarshan2401 / pe

0 stars 0 forks source link

Case sensitivity for people management #4

Open sudarshan2401 opened 7 months ago

sudarshan2401 commented 7 months ago

Command: Add, Edit contacts

Description: Unique contacts are taken with case sensitivity in consideration. This goes against the real world entity it represents "In general, case sensitivity of something should follow the case sensitivity of the real world entity it represents e.g., as person names are not case-sensitive in the real world, they shouldn't be case-sensitive in the app either."

Steps to Reproduce:

[Step 1] Add person with name "Sarah Woo"

[Step 2] Add person withh name "sarah woo"

Expected Behavior: Application to prevent duplicates of the same person from being added

Actual Behavior: Application allows users to add person with same name but different case for name

Screenshots/Logs:

image.png

soc-se-bot commented 7 months ago

Team's Response

We have mentioned this as a planned enhancement in our DG under Better way to handle duplicate contacts which means this should not be a feature yet in this iteration and hence we will be categorize this bug report as not in scope.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]


## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.Medium`] - [x] I disagree **Reason for disagreement:** I believe this issue is of medium severity as it affects the main functionality of one of the modes of the application, the adding contacts functionality. Every time a user adds a contact, this issue of not having case-insensitive contacts which might lead to duplicates, could come up and as such it does not fit under the Low severity definition of `A flaw that is unlikely to affect normal operations of the product. Appears only in very rare situations and causes a minor inconvenience only.` As such, I believe that this issue is of Medium severity.