template refactor

This commit is contained in:
2025-10-21 23:05:43 -05:00
parent 4846af66c4
commit ed3b1de1cd
12 changed files with 990 additions and 587 deletions

View File

@@ -7,7 +7,7 @@
**Decisions**
* PDF engine: `wkhtmltopdf` via `subprocess` (wrapper optional).
* PDF engine: `wkhtmltopdf` via `subprocess` (wrapper optional). Decide if we want pdfkit
* Page size: **Letter** (or A4 if you prefer).
* Output layout: `/data/output/<timestamp>/<config_slug>/report.pdf`.
* ZIP per run: `/data/output/reports_<timestamp>.zip`.