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.
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.
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.