A task system with only tasks
My task management system has a problem. It only allows you to create tasks. The problem that I am running into with this is that many of the things I need to represent are bigger than what I consider to be a task. Many of them are projects. And I’m still not sure how to label tasks that lie somewhere in between a project and a task. For example, when I first define a task and then determine that it is actually made up of a few sub-tasks. Is the parent still a task or is it now a sub-project of the parent project? Should a task be indivisible???




Leave a Reply