Documentation
¶
Overview ¶
Package backlog parses BACKLOG.md into structured items so tooling can keep GitHub issues in sync with it. BACKLOG.md is the single source of truth (stable CF-n ids); this package never writes it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
ID string // e.g. "CF-4"
Title string // issue title, e.g. "CF-4 — Modulo patroni"
Description string // text after the bold title
Milestone string // cleaned section heading, e.g. "M2 — Data layer"
Done bool // true when the checkbox is [x]
}
Item is one backlog entry (a "CF-n" todo).
Click to show internal directories.
Click to hide internal directories.