Open ngkaiwen123 opened 1 year ago
Our instruction in the UI is clearly stated of "enter the number".
Also, the UG clearly states enter "1", "2" or "3" for registering, logging in and exiting.
It is no surprise that the above error occurs when entering "1 ", "2 " or "3 ".
Team chose [response.Rejected
]
Reason for disagreement: It is not stated in the User Guide that whitespaces should not be included. Only for the passwords is there any mention of whitespacings. It should have been safe for the user to assume that whitespaces will be ignored even when typing 1,2 or 3.
Product detects whitespaces as an invalid input. While this may be intuitive, error messages could be a bit more descriptive by stating that no spaces are allowed. As shown above, when the input is "1 ", "2 " or "3 ", an invalid message is returned. This may confuse the users as to why an invalid error is returned.