tirameshu / pe

0 stars 0 forks source link

No response from app when invalid input for calender is keyed in #4

Open tirameshu opened 4 years ago

tirameshu commented 4 years ago

Entered: "calendar 2019-01" Expected: message to say input is invalid Outcome: no message shown, app just takes the input and has no response. Potentially confuses user who may not know/ remember input is invalid, and potentially other side effects.

nus-pe-bot commented 4 years ago

Team's Response

Hi, there is no error message shown for this command because irrelevant string without any prefix is ignored. Since none of the arguments after the calendar command starting with a valid prefix(ymd/ or ym/ or ymw/), they are not considered as arguments and are all ignored by parser, which is what it is supposed to do and is inherited from AB3. So in this case, if there is no arguments following a calendar command, then this calendar command should show all calendar entries, as stated in UG and this screen shot shows it acts as expected.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]