Tasks can now depend on other tasks
Some work can't start until other work finishes. You can now link a task to the tasks it depends on, so the order of operations is visible instead of living in someone's head.
How it works
- Add depends on links from the task's detail view.
- A task with unfinished dependencies shows a blocked indicator wherever it appears, so you can see what's waiting before anyone starts it.
- Dependencies are advisory — they flag the conflict rather than hard-locking the task, so an urgent exception never has to fight the tool.