Skip to main content

Module graph

Module graph 

Source
Expand description

Graph-level abstractions for work-item relationships.

This module groups higher-level relational functions that operate across multiple items using the SQLite projection database and CRDT state.

§Submodules

  • hierarchy — Parent-child containment model, goal progress, and reparenting validation.
  • blocking — Blocking dependency graph and relates links.

Modules§

blocking
Blocking and relates dependency graph built from CRDT item states.
cycles
Cycle detection for the blocking dependency graph.
hierarchy
Parent-child containment model and goal progress computation.