zhuoyang125 / pe

0 stars 0 forks source link

Github and Telegrame handles are rejected if same spelling different cases #7

Open zhuoyang125 opened 2 years ago

zhuoyang125 commented 2 years ago

Screenshot 2021-11-12 170054.png

The checking of existing telegram handles and github usernames seems to be case insensitive even though they may be valid and different. This could prevent the user from inputting people with similar usernames.

nus-pe-script commented 2 years ago

Team's Response

Telegram and Github usernames are inherently case insensitive. Therefore it does not make sense for them to be equal. For example, https://t.me/johndoe and https://t.me/JOHNDOE lead to the same profile. Similarly for github, https://github.com/johndoe and https://github.com/JOHNDOE leads to the same profile.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]


:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.Medium]

Reason for disagreement: [replace this with your explanation]