ZhouJunmin / pe

0 stars 0 forks source link

Inadequate error messages of list with date functions #6

Open ZhouJunmin opened 3 months ago

ZhouJunmin commented 3 months ago

image.png The error message just shows the invalid date, but does not tell user the correct format to input dat2, which could lead to inconveniences.

nus-se-script commented 3 months ago

Team's Response

The format of the date has been specified in the UG. Nonetheless, we understand your concern and upon checking the code, there will be another exception thrown for other cases of invalid date which specifies the required format of the date: “Invalid date provided. Your date must be in the format of dd-MM-yyyy.”

We believe it is thus, less likely for the user to encounter the exception message as the tester has viewed, and even so is a minor inconvenience as viewing ‘help’ or the UG will quickly show the date format. Hence, a low priority was assigned.

Items for the Tester to Verify

:question: Issue type

Team chose [type.FunctionalityBug] Originally [type.DocumentationBug]

Reason for disagreement: [replace this with your explanation]


## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.Medium`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]