-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve parsing for add and schedule #202
Comments
I like option 2. Here's what we can do: Either of these criteria must be true:
If either of them are not true, we take the entire command as a name string |
Remember to add it back to the task string. Usually we don't and we shouldn't if it can be parsed as a date time |
I found out why the use case wasn't working! The parser takes the input |
Wait never mind, this is what you already said originally |
and nothing will fix add copy notes from cs2101 to cs2103. |
i think just accept that there is an error. but there must be a way for the user to input add "copy notes from cs2101 to cs2103". like don't read between inverted commas. |
Will do. Working on |
can normal tasks have inverted commas in their name then? some of our screenshots have a task: return "Animal Farm". might need to change afterwards |
Initially, I wanted to reject other formats other than
so things like
This fails:
add i have alot of things to do for 2103
What we can do
comment here or update user guide on implementation
The text was updated successfully, but these errors were encountered: