Category Archives: Task Manager

Records a list of tasks, including subtasks. Allows assigning priority, due date, and other metadata.

Eclipse

Now downloading Eclipse SDK 3.0.2. I’m going to try out this Java development tool.

Posted in Implementation, Task Manager | Leave a comment

Task, Date, and Priority

I have the class Date, Priority, and Task sort of finished. They need some refinement, of course. I am currently also working on class Organizer.

Posted in Analysis & Design, Task Manager | Leave a comment

Task Manager in Trio

Features task subtask priority due date completed sort overdue It’s going to be implemented with, in no particular order, Java, C#, and C++. All those are for the desktop versions. For them, the database type will be used is XML … Continue reading

Posted in Planning, Task Manager | Leave a comment