backlog

package
v0.40.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2026 License: MIT Imports: 2 Imported by: 0

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

func Parse

func Parse(md string) []Item

Parse extracts the CF-n items from BACKLOG.md content, in file order.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL