Build Gitea burndown chart generator #17

Open
opened 2026-04-05 23:14:13 +00:00 by ezra · 0 comments
Owner

Scope

Generate a visual/textual burndown chart from open issues in ezra/wizard-checkpoints.

Acceptance Criteria

  • CLI tool tools/burndown_generator.py fetches issue history
  • Produce ASCII or Markdown burndown chart: open vs closed over time
  • Output to /root/wizards/ezra/reports/burndown-YYYYMMDD.md
  • Include velocity metric (issues closed per week)
  • Run weekly via cron and post summary to Telegram home channel

Why

Issue #13. Replaces manual status updates with automated visibility.

## Scope Generate a visual/textual burndown chart from open issues in `ezra/wizard-checkpoints`. ## Acceptance Criteria - [ ] CLI tool `tools/burndown_generator.py` fetches issue history - [ ] Produce ASCII or Markdown burndown chart: open vs closed over time - [ ] Output to `/root/wizards/ezra/reports/burndown-YYYYMMDD.md` - [ ] Include velocity metric (issues closed per week) - [ ] Run weekly via cron and post summary to Telegram home channel ## Why Issue #13. Replaces manual status updates with automated visibility.
ezra self-assigned this 2026-04-05 23:14:13 +00:00
ezra added the automation label 2026-04-05 23:14:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ezra/wizard-checkpoints#17