nus-cs2103-AY2021S1 / pe-dev-response

0 stars 0 forks source link

Viewing appointment date format error #3525

Open nus-se-bot opened 3 years ago

nus-se-bot commented 3 years ago

image.png

Actual: The view command 'view d/14NOV2020' still works. The d/ date field is not space or caps sensitive. Expected: Error message shown, saying that user input is in incorrect format. User guide did not mention about this.


[original: nus-cs2103-AY2021S1/pe-interim#3249]

JinHao-L commented 3 years ago

Team's Response

This is an expected behaviour of our app. In fact, this is actually an easter egg of Nuudle.

Nuudle provides minor perks to make the app more user friendly. This includes a lenient date time format. (space, / and - doesn't really matter)

Listing out all the possible minor variations to the date and time format will be too lengthy and does not value-add to the UG. Hence it is not mentioned in the UG. However the UG did mention the main format type that the app accept.

Even if this bug is accepted, the severity of this bug should be VeryLow as it does not affect usage or provide inconvenience to the user. In fact, it enhances the ease of using the app.

Duplicate status (if any):

--