TenantAtlas/app/Services/Baselines/SnapshotRendering
ahmido 3c445709af feat: add structured baseline snapshot rendering (#158)
## Summary
- replace the baseline snapshot detail page with a structured summary-first rendering flow
- add a presenter plus renderer registry with RBAC, compliance, and fallback renderers
- add grouped policy-type browsing, fidelity and gap badges, and workspace authorization coverage
- add Feature 130 spec, plan, contract, research, quickstart, and completed task artifacts

## Testing
- focused Pest coverage was added for structured rendering, fallback behavior, degraded states, authorization, presenter logic, renderer resolution, and badge mapping
- I did not rerun the full validation suite in this final PR step

## Notes
- base branch: `dev`
- feature branch: `130-structured-snapshot-rendering`

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #158
2026-03-10 08:28:06 +00:00
..
Renderers feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
BaselineSnapshotPresenter.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
FidelityState.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
GapSummary.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
RenderedAttribute.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
RenderedSnapshot.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
RenderedSnapshotGroup.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
RenderedSnapshotItem.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
SnapshotTypeRenderer.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00
SnapshotTypeRendererRegistry.php feat: add structured baseline snapshot rendering (#158) 2026-03-10 08:28:06 +00:00