nus-cs2103-AY2324S1 / pe-dev-response

0 stars 0 forks source link

Invalid Value classified as format error #1327

Open nus-se-script opened 11 months ago

nus-se-script commented 11 months ago

When trying to add an application with an invalid value like 30-02-2023, the error message displayed is that Deadlines should be in the format of DD-MM-YYYY. However, it is in the format DD-MM-YYYY.

Steps to recreate the bug:

  1. Add an application using an invalid Date. (eg. apply test_inc_id --title SWE --by 30-02-2023)

Screenshot 2023-11-17 at 4.19.24 PM.png

According to course guidelines, calling an invalid value a format error is a severity.low bug. Screenshot 2023-11-17 at 4.22.21 PM.png


[original: nus-cs2103-AY2324S1/pe-interim#1109] [original labels: severity.Low type.FeatureFlaw]

CJ-Lee01 commented 11 months ago

Team's Response

Indeed, the error message could have been more useful.

Duplicate status (if any):

--