feat(exception-report): Implement exception report generation and endpoints

This commit is contained in:
StellaOps Bot
2025-12-22 08:00:44 +02:00
parent 292a6e94e8
commit 9a1572e11e
7 changed files with 869 additions and 2 deletions

View File

@@ -271,8 +271,8 @@ End-to-end tests for exception management flow.
| 3 | T3 | TODO | None | UI Team | Exception Approval Queue |
| 4 | T4 | TODO | None | UI Team | Exception Inline Creation |
| 5 | T5 | TODO | None | UI Team | Exception Badge Integration |
| 6 | T6 | TODO | None | Export Team | Audit Pack Export — Exception Report |
| 7 | T7 | TODO | T6 | Export Team | Export Center Integration |
| 6 | T6 | DONE | None | Export Team | Audit Pack Export — Exception Report |
| 7 | T7 | DONE | T6 | Export Team | Export Center Integration |
| 8 | T8 | TODO | T1-T5 | UI Team | UI Unit Tests |
| 9 | T9 | TODO | T1-T7, Sprint 0002.0001 | QA Team | E2E Tests |
@@ -283,6 +283,7 @@ End-to-end tests for exception management flow.
| Date (UTC) | Update | Owner |
|------------|--------|-------|
| 2025-12-21 | Sprint created from Epic 3900 Batch 0002 planning. | Project Manager |
| 2025-12-22 | T6/T7 DONE: Created ExceptionReport feature in ExportCenter.WebService. Implemented IExceptionReportGenerator, ExceptionReportGenerator (async job tracking, JSON/NDJSON formats, filter support, history/application inclusion), ExceptionReportEndpoints (/v1/exports/exceptions/*), and DI extensions. Added Policy.Exceptions project reference. Build verified. | Implementer |
---