nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

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

Open nus-pe-bot opened 2 years ago

nus-pe-bot 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.


[original: nus-cs2103-AY2122S1/pe-interim#723] [original labels: type.FunctionalityBug severity.Medium]

cyyeu 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.

Duplicate status (if any):

--