theunraveler / taskwarrior-web

A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes.
http://theunraveler.github.com/taskwarrior-web
MIT License
526 stars 63 forks source link

hiding dependent tasks #113

Open swills opened 6 years ago

swills commented 6 years ago

If I've made two tasks and the second depends upon the first, should the second be shown under Pending? It seems to me it shouldn't be under Pending, it should be under Waiting, but right now it is shown as Pending. The task cli doesn't show it in plain "task list" which is what I expect the Pending list to match.

Zebradil commented 6 years ago

Dependent tasks are shown by default by Taskwarrior itself:

screen shot 2018-08-06 at 02 15 13

I'd rather go for implementing custom reports — as it can be done with TW by adding new one in .taskrc file.