rachelkeh / pe

0 stars 0 forks source link

input isn't recognised as a new entry even though the name is different #6

Open rachelkeh opened 2 years ago

rachelkeh commented 2 years ago

image.png

image.png

no mention anywhere that whitespaces between names will be treated as one whitespace so the test 1 and test 1 are technically different but the latter isn't added.

soc-se-bot commented 2 years ago

Team's Response

Firstly, not reasonable to have 2 different names which differ in number of spaces as, in reality, no one would have a name that has 2 blank spaces in it. On top of that, it was detected that there were extra white spaces and the program has actually trimmed it out for you.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: It's not very wise to assume what the user would like to type as an input. There could be situations where a user actually wants to have two spaces for whatever reason but your app doesn't allow it and doesn't mention this in the UG. Imagine if you want to type more than one space into telegram chat but telegram chat doesn't let you. Would have let this go if this was mentioned in the UG.