TenantAtlas/app/Filament/Resources
ahmido 73a3a62451 Spec 122: Empty state consistency pass (#148)
## Summary
- unify empty-state UX across the six in-scope Filament list pages
- move empty-state ownership toward resource `table()` definitions while preserving existing RBAC behavior
- add focused Pest coverage for empty-state rendering, CTA outcomes, populated-state regression behavior, and action-surface compliance
- add the Spec 122 planning artifacts and product discovery documents used for this pass

## Changed surfaces
- `PolicyResource`
- `BackupSetResource`
- `RestoreRunResource`
- `BackupScheduleResource`
- `WorkspaceResource`
- `AlertDeliveryResource`

## Tests
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/EmptyStateConsistencyTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/Alerts/AlertDeliveryViewerTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/CreateCtaPlacementTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/PolicySyncStartSurfaceTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/BackupScheduling/BackupScheduleLifecycleAuthorizationTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/BackupSetUiEnforcementTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/RestoreRunUiEnforcementTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Guards/ActionSurfaceContractTest.php`
- `vendor/bin/sail bin pint --dirty --format agent`

## Notes
- Filament v5 / Livewire v4.0+ compliance is preserved.
- Panel provider registration remains unchanged in `bootstrap/providers.php`.
- No new globally searchable resources were added.
- Destructive actions were not introduced by this pass.
- Alert Deliveries is documented as the explicit no-header-action exemption for the empty-state CTA relocation rule.
- Manual light/dark visual QA evidence is still expected in the PR/review artifact set for the remaining checklist items (`T018`, `T025`).

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #148
2026-03-08 02:17:51 +00:00
..
AlertDeliveryResource/Pages feat(alerts): Monitoring cluster + v1 resources (spec 099) (#121) 2026-02-18 15:20:43 +00:00
AlertDestinationResource/Pages Spec 103: IA semantics (scope vs filter vs targeting) + UI polish (#126) 2026-02-21 00:28:15 +00:00
AlertRuleResource/Pages Spec 103: IA semantics (scope vs filter vs targeting) + UI polish (#126) 2026-02-21 00:28:15 +00:00
BackupScheduleResource Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
BackupSetResource Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
BaselineProfileResource Spec 118: Resumable baseline evidence capture + snapshot UX (#143) 2026-03-04 22:34:13 +00:00
BaselineSnapshotResource/Pages Spec 118: Resumable baseline evidence capture + snapshot UX (#143) 2026-03-04 22:34:13 +00:00
EntraGroupResource/Pages feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
FindingResource/Pages Spec 120: harden secret redaction integrity (#146) 2026-03-07 16:43:01 +00:00
InventoryItemResource/Pages feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
PolicyResource Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
PolicyVersionResource/Pages feat/004-assignments-scope-tags (#4) 2025-12-23 21:49:58 +00:00
ProviderConnectionResource/Pages feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
RestoreRunResource/Pages Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
ReviewPackResource/Pages Fix Review Pack generation UX + notifications (#133) 2026-02-23 19:42:52 +00:00
TenantResource feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
Workspaces Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
AlertDeliveryResource.php Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
AlertDestinationResource.php feat(alerts): test message + last test status + deep links (#122) 2026-02-18 23:12:38 +00:00
AlertRuleResource.php feat(115): baseline operability + alerts (#140) 2026-03-01 02:26:47 +00:00
BackupScheduleResource.php Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
BackupSetResource.php Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
BaselineProfileResource.php Spec 119: Drift cutover to Baseline Compare (golden master) (#144) 2026-03-06 14:30:49 +00:00
BaselineSnapshotResource.php Spec 118: Resumable baseline evidence capture + snapshot UX (#143) 2026-03-04 22:34:13 +00:00
EntraGroupResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
FindingResource.php Spec 120: harden secret redaction integrity (#146) 2026-03-07 16:43:01 +00:00
InventoryItemResource.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
OperationRunResource.php Spec 120: harden secret redaction integrity (#146) 2026-03-07 16:43:01 +00:00
PolicyResource.php Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
PolicyVersionResource.php Spec 120: harden secret redaction integrity (#146) 2026-03-07 16:43:01 +00:00
ProviderConnectionResource.php feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00
RestoreRunResource.php Spec 122: Empty state consistency pass (#148) 2026-03-08 02:17:51 +00:00
ReviewPackResource.php Fix Review Pack generation UX + notifications (#133) 2026-02-23 19:42:52 +00:00
TenantResource.php feat(110): Ops-UX enterprise start/dedup standard (repo-wide) (#134) 2026-02-24 09:30:15 +00:00