AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

[PE-D][Tester D] Nitpick: inaccurate error message for incorrect NRIC entered for add_p command #202

Closed nus-se-script closed 10 months ago

nus-se-script commented 10 months ago

Steps I took:

  1. Entered "add_p n\legolas ic\T123456789Z p\987654321"

Perhaps a message like "NRIC should only contain alphanumeric characters in this format: XYYYYYYYX where X is an alphabet and Y is a number and it should not be blank" would be more specific for this kind of error :)

Expected: A more specific error message since the entered value technically adheres to the given requirement. Actual: image.png


Labels: severity.VeryLow type.FunctionalityBug original: sopa301/ped#2

derekjxtan commented 10 months ago

same as #225