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

feature request: add task dependency support #119

Open linusboyle opened 5 years ago

linusboyle commented 5 years ago

Hello! It would be nice to support the native depends option, which allows one task to be dependent of another. It helps manage a project better. And if possible, showing dependency diagrams makes it more clear to oversee a project. :smile:

best regards, linusboyle

JavierMendezGomez commented 5 years ago

Hello!

Last week I've been working just on this. I'm polishing a set of patches that implements this functionality. Some changes that I've introduced:

I'm a newbie in Ruby, but this code is marvelously cleanly written, so it is very easy to patch. I'll tidy up the patch and send it. __ novdomo

linusboyle commented 5 years ago

@novdomo great job! can't wait to have a try :+1:

heiderich commented 5 years ago

@novdomo I am also very interested in this.

paanvaannd commented 5 years ago

@novdomo Any update on its status?

tbm commented 4 years ago

@novdomo are you still around?