mandykqh / pe

0 stars 0 forks source link

Duplicate person allowed due to case sensitivity #2

Open mandykqh opened 1 year ago

mandykqh commented 1 year ago

Both person should be recognized as duplicates as the only difference is the capitalization of a character.

Screenshot 2023-04-14 at 2.18.51 PM.png

soc-pe-bot commented 1 year ago

Team's Response

The client names should be treated like a passport name. Passport names and NUS student name are case sensitive. So they should be treated as two different people.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: As mentioned in the textbook: image.png

Based on a google search: Screenshot 2023-04-20 at 12.07.29 PM.png

I think the difference in capitalization should not make a difference in the person's identity. This convention is also adhered by databases, where names are stored in a case-insensitive manner, so "John Doe" and "John doe" would be treated as the same name.