feat(F-147): completed feature

This commit is contained in:
chattie
2026-08-22 12:56:09 +02:00
parent 91044da178
commit d39342cdeb
19 changed files with 1138 additions and 23 deletions

View File

@@ -432,3 +432,10 @@
- Artefactos: `work/artifacts/F-145/` (architect.md, implementer.md, reviewer.json, security.json, qa.json, documenter.md, leader-close.json)
- Siguiente: F-146 (Reporting: service summary and sales API)
## F-146 cerrada (2026-08-22) — Reporting: service summary and sales API
- Gates: reviewer APPROVED, security APPROVED, qa APPROVED, verify.sh exit 0
- Entregable: ReportingService (src/modules/reporting/application/reporting-service.ts) con summary() y sales() usando CTEs SQL parametrizados; rutas GET /reporting/summary + GET /reporting/sales (RBAC REPORTING_SALES); 44 tests (14 unit + 15 route + 15 existing) todos passing
- Commit: `91044da feat(F-146): completed feature`
- Artefactos: `work/artifacts/F-146/` (architect.md, implementer.md, reviewer.json, security.json, qa.json, documenter.md, leader-close.json)
- Siguiente: F-147 (Admin: reporting shell and global filters)