Initial scaffolding and single-month budget MVP #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Stand up quartermaster with a working single-month budget view. Web UI, FastAPI + HTMX, SQLite backend. Multi-month support is explicitly out of scope for this issue.
Sections
Each section renders a list of entries (name + amount) and a total. All sections except "Primary Debt Target" accept user-added rows.
Data Model
The target points to an existing debt_minimum row. Deleting that row clears the pointer via ON DELETE SET NULL.
Tech Stack
Matching the Archon project where sensible:
uvAcceptance Criteria
uv run uvicorn quartermaster.main:appserves the budget pageOut of Scope