Task dependencies
under review
r
rafalolenderski89
Task dependencies are dependencies between tasks that determine in which order and how they must be executed. This means that one task can have a dependency on another, which means that it cannot start until another task has been completed. Such dependencies are crucial in project management, as they help to establish the schedule and sequence of work.
There are different types of dependencies between tasks:
Finish-to-Start (FS) - task B cannot start until task A is complete (the most common dependency).
Start-to-Start (SS) - task B cannot start until task A has started.
Finish-to-Finish (FF) - task B cannot finish until task A is complete.
Start-to-Finish (SF) - task B cannot finish until task
Danny Hatcher
Merged in a post:
Relate tasks and events
D
David Langer
Make tasks and events relational so that a task on the cal may be related to another cal task or event. Eventually, have a dynamic graphic of related items, similar to Obsidian.
Danny Hatcher
This relates to event dependencies - https://morgen.canny.io/feature-requests/p/make-events-dependend-on-each-other-connect-them
Danny Hatcher
under review
J
Justin
If the task dependency conveys over or is informed by the integrated system. For example, Obsidian tasks can be nested. A default Finish-to-Start would be helpful. Selecting in preference which type to use is a good long-term choice.
r
rafalolenderski89
We may just at thw begging finish to start (first scenario)