TenantAtlas/resources/views/filament
ahmido a4f2629493 feat: add tenant review layer (#185)
## Summary
- add the tenant review domain with tenant-scoped review library, canonical workspace review register, lifecycle actions, and review-derived executive pack export
- extend review pack, operations, audit, capability, and badge infrastructure to support review composition, publication, export, and recurring review cycles
- add product backlog and audit documentation updates for tenant review and semantic-clarity follow-up candidates

## Testing
- `vendor/bin/sail bin pint --dirty --format agent`
- `vendor/bin/sail artisan test --compact --filter="TenantReview"`
- `CI=1 vendor/bin/sail artisan test --compact`

## Notes
- Livewire v4+ compliant via existing Filament v5 stack
- panel providers remain in `bootstrap/providers.php` via existing Laravel 12 structure; no provider registration moved to `bootstrap/app.php`
- `TenantReviewResource` is not globally searchable, so the Filament edit/view global-search constraint does not apply
- destructive review actions use action handlers with confirmation and policy enforcement

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #185
2026-03-21 22:03:01 +00:00
..
actions feat: add verify access required permissions assist (#168) 2026-03-14 02:00:28 +00:00
admin Fix tenant dashboard 500 (missing BaselineCompareRun) (#125) 2026-02-20 21:07:34 +00:00
components feat: complete admin canonical tenant rollout (#165) 2026-03-13 08:09:20 +00:00
forms/components feat: add onboarding lifecycle checkpoints and locking (#169) 2026-03-14 11:02:29 +00:00
infolists/entries feat: add tenant review layer (#185) 2026-03-21 22:03:01 +00:00
modals feat: add onboarding lifecycle checkpoints and locking (#169) 2026-03-14 11:02:29 +00:00
pages feat: add tenant review layer (#185) 2026-03-21 22:03:01 +00:00
partials feat: implement evidence domain foundation (#183) 2026-03-19 13:32:52 +00:00
resources/policy-version-resource/pages feat/004-assignments-scope-tags (#4) 2025-12-23 21:49:58 +00:00
schemas/components feat: add onboarding lifecycle checkpoints and locking (#169) 2026-03-14 11:02:29 +00:00
system Spec 120: harden secret redaction integrity (#146) 2026-03-07 16:43:01 +00:00
widgets feat: add tenant review layer (#185) 2026-03-21 22:03:01 +00:00