Vigil
← All news

v0.10.0 — ### Added

- **T-010** Manual prog-point entry. `GET/POST/DELETE /api/prog-points` against the existing `prog_points` table (T-003). Creates default to `source='manual'`; `auto` reserved for…

  • T-010 Manual prog-point entry. GET/POST/DELETE /api/prog-points against the existing prog_points table (T-003). Creates default to source='manual'; auto reserved for live ingestion (T-101+). Validation requires at least one of phase or fight_percentage.
  • React ProgPoints.jsx panel: entry form (datetime-local + phase + % remaining + pull count), Recharts line of % remaining over time (Y-axis reversed so further-into-fight reads lower), reverse-chronological list with delete. Wired into App.jsx.
  • 7 API tests (empty list / create+list / validation 422 / time-sorted / delete / 404 / percentage-only). 74 tests total.

Fixed

  • v0.9.0 folder-name blocker cleared by user-side rename to d:\Misc\Vigil. vite build produces a clean prod bundle again.