arkadianriver / hqtodo

See your Todo list as a Gantt chart, view your velocity, and review finished items by week and by tagged category.
https://www.arkadianriver.com/posts/hqtodo/
MIT License
14 stars 3 forks source link

support "blockers" #21

Closed arkadianriver closed 3 years ago

arkadianriver commented 3 years ago

When TODOs are blocked because you're waiting for something, move them out of and above the active workflow temporarily and indicate what you're waiting on.

Use a tag because it's easy to add and edit/remove. Support multiple blockers per item. Using format @blk.<method>.<person>. For example @blk.email.alex.

Still display duration of task so you know what you're up against, but not in cascade. Add a popup that shows what you're waiting on. Since the only mermaid event handler is 'click', move blocker links into the popup if they exist.