AY2425S1-CS2103T-F11-3 / tp

MIT License
1 stars 5 forks source link

[PE-D][Tester A] Reconsider validation criterion for age #294

Closed nus-pe-script closed 6 days ago

nus-pe-script commented 6 days ago

Understand that the current validation criterion for age is that it should only contain numbers and should be between 1-3 digits long inclusive.

However allowing a user to key in age 999 without a warning (while invalidating user input for other numbers) --- would it be better if 999 is invalidated as well? Perhaps age up to 200 is okay, the scope of the age range can be narrower.

image.png


Labels: severity.Low type.FeatureFlaw original: cth06-Github/ped#17

Jaynon commented 6 days ago

duplicate of #225