Skip to main content

Module views

Module views 

Source
Expand description

Typed issue views shared by JSON output and later control clients.

Structs§

AgendaRow
One dated row: a deadline or scheduled date on an open issue.
ChildConsensus
One child of a plan, and what its own ballots settled on.
ClaimRow
One live claim: who holds the issue and for how long.
Excerpt
A capped, secret-screened slice of a heading’s on-disk range.
IssueDetail
One issue as a detail card: properties, tags, file range, body, and logbook.
IssueRec
One parsed heading plus the issues.org it came from.
IssueRow
One list/ready row: the fields a board or JSON client paints.
ListQuery
Filters for crate::catalog::CatalogService::issues_rows.
LogbookLine
One logbook line on a detail card: note, state flip, or raw CLOCK.
PlanConsensus
What a plan’s children hold, child by child.
Recall
The working set for one issue: the plan it sits in, the products of the work it waits on, and what it has produced so far.
RecallInput
One declared input to an issue, and the deeds that input produced.
RelatedHit
One ranked related-issue hit, with the evidence that produced the score.
SearchHit
One search match: the heading plus a short snippet of the hit.
TreeNode
A parent/child subtree node, with the issue’s own blockers.
WalkHit
One related heading from a walk: children, ancestors, impact, or backlinks.