adeel / timed

a command-line time tracker
adeel.github.com/timed
MIT License
109 stars 13 forks source link

Subtasks #7

Open tlvince opened 13 years ago

tlvince commented 13 years ago

Quite often, the project your working on can be split into arbitrary subtasks. It not only helps for scheduling but also for productivity. Typically, software projects are split into features for example.

I'm pondering whether it would be good to add something like this to timed. One negative could be the added effort "organising" your project lists and the added complexity.

As for implementation, the same data structure could be reused, but perhaps organising multiple timed files within a directory hierarchy. So a directory for the project containing text files for each subtask.

jmaupetit commented 11 years ago

We often work in a virtualenv for a particular project. Hence, why not considering a timed file in the virtualenv directory ?