nus-cs2103-AY2223S2 / pe-dev-response

1 stars 0 forks source link

Wrong error message displayed when invalid school is used for the creation of student profile #518

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

Using an invalid non alphanumeric school results an incorrect error message.

Steps to reproduce:

  1. Ensure student "alex" does not exist.
  2. name/alex address/21 Prince George’s Park email/jdoe@gmail.com phone/12345678 school/ACJC&* level/sec8

Expected: School names should be alphanumeric should be displayed.

Actual: Tag names should be alphanumeric is displayed.

Screenshots: image.png


[original: nus-cs2103-AY2223S2/pe-interim#430] [original labels: severity.Low type.FunctionalityBug]

fahim-tazz commented 1 year ago

Team's Response

Good catch, but this is just a cosmetic issue, and behaves as expected, apart from the actual error message. Because of its cosmetic nature, we flagged it as VeryLow severity.

Duplicate status (if any):

--