Skip to content
Discussion options

You must be logged in to vote

Thanks for raising this—the distinction could be clearer, and the documentation contributes to the confusion.

TaskNotes stores dependencies in blockedBy and calculates the reverse “Blocking” relationship from that. For example, if Task B is blocked by Task A, B stores the reference to A, and TaskNotes can show that A blocks B without storing a second property on A. That avoids maintaining two copies of the same relationship.

projects is separate: it represents project/subtask membership, not dependencies. A blocking relationship shouldn’t require adding either task to the other’s projects property.

For viewing the reverse relationship, the Relationships widget includes a Blocking view tha…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Dual1r
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants