Expand description
Typed issue views shared by JSON output and later control clients.
Structs§
- Agenda
Row - One dated row: a deadline or scheduled date on an open issue.
- Claim
Row - One live claim: who holds the issue and for how long.
- Excerpt
- A capped, secret-screened slice of a heading’s on-disk range.
- Issue
Detail - One issue as a detail card: properties, tags, file range, body, and logbook.
- Issue
Rec - One parsed heading plus the
issues.orgit came from. - Issue
Row - One list/ready row: the fields a board or JSON client paints.
- List
Query - Filters for
crate::catalog::CatalogService::issues_rows. - Logbook
Line - One logbook line on a detail card: note, state flip, or raw CLOCK.
- Related
Hit - One ranked related-issue hit, with the evidence that produced the score.
- Search
Hit - One search match: the heading plus a short snippet of the hit.
- Tree
Node - A parent/child subtree node, with the issue’s own blockers.
- WalkHit
- One related heading from a walk: children, ancestors, impact, or backlinks.