Re: [Php-calendar-discussion] Task management in the future?
Brought to you by:
sproctor
From: Sean P. <spr...@gm...> - 2005-02-09 22:42:17
|
Hello, On Wed, 09 Feb 2005 13:51:48 -0800, Nathan Barham <na...@sl...> wrote: > I'm thinking of tasks as todo items, where each item has a due date, and > a status of "completed" or "not completed", that could be scheduled just > like events, but that would carry forward and be dispalyed on the > current day (or otherwise remind you) if the due date is in the past and > the status is not yet "complete". I suppose the main difference from > events as I understand them is the notion of status, and that an > incomplete status would cause the task to somehow jump out at you once > you have moved past the due date. Ah, I see. An interesting thought. Maybe we could do something like this with labels. You'd create a task label or something, then we could create a view for labels. And you could view all tasks before today or up till today through that. So when you complete something you could remove the task label or switch it to a completed label, and you'd no long have to see it with the other tasks. Do you think that would suffice for your purposes? Even if it would, I need to warn you that it could be a long time until I get around to implementing this. I have a full page of things that I want to do as well. With this one, it's now 11 items. And the time that I've been spending on the calendar recently has been pretty scarce. > Send client John Smith a check on the 15th of every month (recurring > every month) This one is tough. It would require having a label for each occurance of an event. I guess that is doable. I'll have to think about it more. Sean |