april-anh / pe

0 stars 0 forks source link

Allowed to add "0000" for year #3

Open april-anh opened 1 year ago

april-anh commented 1 year ago

I assume that the expected behavior should reject 0000 as a year.

Index: 10

image.png

nus-pe-script commented 1 year ago

Team's Response

Example of extreme user behaviour.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I don't think it's an extreme input since there is a chance that the user can accidentally mistype such cases. Moreover, your app has the sorting function by time, hence if this input accidentally appears in your app (due to lack of checking right now), it will break the purpose of your sorting feature and cause inconvenience to the user.

For example, the user can make some similar typo such as 0022 instead of 2022.

I will agree if the team put this as NotInScope.