cs2103aug2014-w10-4j / main

ChirpTask
3 stars 1 forks source link

Display deadline/timed task description without the date #113

Closed HaLinhh closed 9 years ago

HaLinhh commented 9 years ago

For example, "by tomorrow"

newbishme commented 9 years ago

By right, "by tomorrow" is not supported, but we can definitely look into making the task description appear more intuitive and correct. @yyhh91

HaLinhh commented 9 years ago

The problem is as you have mentioned before, the time is needed for Google Task @newbishme ^^ But I have tried to get the part without date out of the description and return it together with the part to pass to DateParser. Haven't done anything with it yet except for in processEdit.

newbishme commented 9 years ago

@HaLinhh i would appreciate if you could swiftly solve the other issues marked as bug instead of this optimisation/enhancement simply because this is trying to solve a problem that we do not plan to support at v0.5. we have other important bugs to squash before this. thanks.

newbishme commented 9 years ago

@HaLinhh we can do this for TimedTask effectively, but not Deadline tasks. Minimally, deadline tasks require the by/on

Always keep Google integration in consideration and test it out if you are unsure if removing certain stuff would work (technically) or make sense (logically).

newbishme commented 9 years ago

This is done, right? @HaLinhh If you verify that it is done, close the issue?

HaLinhh commented 9 years ago

Yes it is done. Thanks for the reminder.