nus-cs2103-AY2122S1 / pe-dev-response

0 stars 0 forks source link

Allow same in-game usernames to be added #5192

Open nus-se-bot opened 3 years ago

nus-se-bot commented 3 years ago

image.png

image.png

Steps to reproduce:

In this case, both of them have '0' as their usernames in the game named '0'.

In reality, two users having the same in-game username is impossible. The app could have given a warning/error message to the user so that the user can clarify the username and correct it.


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

kevin9foong commented 3 years ago

Team's Response

Result

We are rejecting this bug.

Rationale for rejecting

Our application is made to support multiple competitive games, many of which allow duplicate usernames. Hence, it does not make sense to prevent duplicate usernames as this would remove support for key competitive games.

Rationale for downgrading

We are downgrading this bug to a low. Even if this is a valid feature flaw, it doesn't cause any hindrance to the user. It gives the user more freedom and doesn't prevent the user from providing their desired inputs.

Evidence

Examples: Brawlstars, Minecraft, CSGO, DOTA, etc

(click on link for evidence that competitive games can indeed have non-unique username)

Duplicate status (if any):

Duplicate of #1901