TenantAtlas/app/Filament/Resources
ahmido 6f8eb28ca2 feat: add tenant backup health signals (#212)
## Summary
- add the Spec 180 tenant backup-health resolver and value objects to derive absent, stale, degraded, healthy, and schedule-follow-up posture from existing backup and schedule truth
- surface backup posture and reason-driven drillthroughs in the tenant dashboard and preserve continuity on backup-set and backup-schedule destinations
- add deterministic local/testing browser-fixture seeding plus a local fixture-login helper for the blocked drillthrough `403` scenario, along with the related spec artifacts and focused regression coverage

## Testing
- `vendor/bin/sail artisan test --compact tests/Feature/Auth/BackupHealthBrowserFixtureLoginTest.php tests/Feature/Console/TenantpilotSeedBackupHealthBrowserFixtureCommandTest.php`
- `vendor/bin/sail artisan test --compact tests/Unit/Support/BackupHealth/TenantBackupHealthResolverTest.php tests/Feature/Filament/DashboardKpisWidgetTest.php tests/Feature/Filament/NeedsAttentionWidgetTest.php tests/Feature/Filament/TenantDashboardTruthAlignmentTest.php tests/Feature/Filament/TenantDashboardTenantScopeTest.php tests/Feature/Filament/TenantDashboardDbOnlyTest.php tests/Feature/Filament/BackupSetListContinuityTest.php tests/Feature/Filament/BackupSetEnterpriseDetailPageTest.php tests/Feature/BackupScheduling/BackupScheduleLifecycleTest.php tests/Feature/Auth/BackupHealthBrowserFixtureLoginTest.php tests/Feature/Console/TenantpilotSeedBackupHealthBrowserFixtureCommandTest.php`

## Notes
- Filament v5 / Livewire v4 compliant; no panel-provider change was needed, so `bootstrap/providers.php` remains unchanged
- no new globally searchable resource was introduced, so global-search behavior is unchanged
- no new destructive action was added; existing destructive actions and confirmation behavior remain unchanged
- no new asset registration was added; the existing deploy-time `php artisan filament:assets` step remains sufficient
- the local fixture login helper route is limited to `local` and `testing` environments
- the focused and broader Spec 180 packs are green; the full suite was not rerun after these changes

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #212
2026-04-07 21:35:58 +00:00
..
AlertDeliveryResource/Pages feat: canonical tenant context resolution (#164) 2026-03-11 21:24:28 +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 feat: add tenant backup health signals (#212) 2026-04-07 21:35:58 +00:00
BackupSetResource feat: add tenant backup health signals (#212) 2026-04-07 21:35:58 +00:00
BaselineProfileResource feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
BaselineSnapshotResource/Pages feat: add baseline snapshot truth guards (#189) 2026-03-23 11:32:00 +00:00
EntraGroupResource/Pages feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
EvidenceSnapshotResource/Pages feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
FindingExceptionResource/Pages feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
FindingResource/Pages feat: align tenant dashboard truth surfaces (#204) 2026-04-03 20:26:15 +00:00
InventoryItemResource/Pages feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
PolicyResource feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
PolicyVersionResource/Pages feat: add request-scoped derived state memoization (#198) 2026-03-28 14:58:30 +00:00
ProviderConnectionResource/Pages feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
RestoreRunResource/Pages feat: restore safety integrity and queue slide-over (#210) 2026-04-06 23:37:14 +00:00
ReviewPackResource/Pages Fix Review Pack generation UX + notifications (#133) 2026-02-23 19:42:52 +00:00
TenantResource feat: retrofit deferred operator surfaces (#203) 2026-04-02 09:22:44 +00:00
TenantReviewResource/Pages feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
Workspaces feat: implement spec 169 action surface contract v1.1 (#200) 2026-03-30 09:21:39 +00:00
AlertDeliveryResource.php feat: implement spec 169 action surface contract v1.1 (#200) 2026-03-30 09:21:39 +00:00
AlertDestinationResource.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
AlertRuleResource.php feat: add tenant governance aggregate contract and action surface follow-ups (#199) 2026-03-29 21:14:17 +00:00
BackupScheduleResource.php feat: add tenant backup health signals (#212) 2026-04-07 21:35:58 +00:00
BackupSetResource.php feat: add tenant backup health signals (#212) 2026-04-07 21:35:58 +00:00
BaselineProfileResource.php feat: implement spec 169 action surface contract v1.1 (#200) 2026-03-30 09:21:39 +00:00
BaselineSnapshotResource.php feat: implement spec 169 action surface contract v1.1 (#200) 2026-03-30 09:21:39 +00:00
EntraGroupResource.php feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
EvidenceSnapshotResource.php feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
FindingExceptionResource.php feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
FindingResource.php feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
InventoryItemResource.php feat: tenant-owned query canon and wrong-tenant guards (#180) 2026-03-18 08:33:13 +00:00
OperationRunResource.php feat: restore safety integrity and queue slide-over (#210) 2026-04-06 23:37:14 +00:00
PolicyResource.php feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
PolicyVersionResource.php feat: add backup quality truth surfaces (#211) 2026-04-07 11:39:40 +00:00
ProviderConnectionResource.php feat: complete provider truth cleanup (#207) 2026-04-05 00:48:31 +00:00
RestoreRunResource.php feat: add backup quality truth surfaces (#211) 2026-04-07 11:39:40 +00:00
ReviewPackResource.php feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
TenantResource.php feat: complete provider truth cleanup (#207) 2026-04-05 00:48:31 +00:00
TenantReviewResource.php feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00