UnwilledTangent / pe

0 stars 0 forks source link

Gender can accept other values like "malE" #11

Open UnwilledTangent opened 1 year ago

UnwilledTangent commented 1 year ago

image.png

This is wrong, because the field Gender can accept "malE". I would recommend changing the code instead of the UG tho.

soc-pe-bot commented 1 year ago

Team's Response

Not a documentation bug. Accepting inputs like "malE" allows our app to be more robust in accepting minor errors in user input so as to improve user friendliness.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: If your team chooses to allow inputs like "malE", then your User Guide should be reflected as follows, "male or m or female or f (not case sensitive)".

Choosing to say only "male or m or female or f" will cause some misunderstanding, as the user might think that he/she can only input "male or m or female or f", not "malE".