linette-g / pe

0 stars 0 forks source link

Able to add similar names without warning about duplicates #6

Open linette-g opened 2 weeks ago

linette-g commented 2 weeks ago

The current duplicate detection in the name field is case-sensitive and does not ignore whitespace. This results in duplicate entries when names are entered with different cases or slight variations in spacing (e.g., "John Doe" vs. "john doe" or "John Doe" with extra space). Typically, name matching in real-world applications is case-insensitive and should account for variations in whitespace to avoid redundant entries. A suggested improvement is to add a warning message when such cases occur to remind the user of the potential duplicate.

Screenshot 2024-11-15 at 5.29.47 PM.png

nus-se-script commented 1 week ago

[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]

Team's Response

image.png

Same as point 8 in the DG.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]