maxxyx96 / pe

0 stars 0 forks source link

Adding tasks with a slash results in format issues #1

Open maxxyx96 opened 5 years ago

maxxyx96 commented 5 years ago

Eg: /add todo this/that /by 12/12/2019 provides an error:

image.png

nus-pe-bot commented 4 years ago

Team's Response

/ symbolizes a command keyword. Due to unidentified command keyword, an error message is outputed.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I should be able to type in a description with the char "/". Eg: To work out for maybe 2/3 reps. Therefore there should be a message stating either to not use "/" (which is kind of bad as "/" is a commonly used term) or better, to accept "/" in the task description.