J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Allow tasks to have "parent task" #120

Open J3RN opened 6 years ago

J3RN commented 6 years ago

This is sort-of related to the "mind map" idea from #104. Essentially, what I imagine is to replicate org-mode's use of "subtasks".

* Organize Party [33%]
** TODO Call people [1/2]
*** TODO Peter
*** DONE Sarah
** TODO Buy food
** DONE Talk to neighbor

This way, you can have a "Project" (here: "Organize Party") with a clear topological ordering of the order in which things need to be done.

I'm actually unsure why I don't just use org-mode