TenantAtlas/app/Filament/Resources
ahmido cc93329672 feat: canonical tenant context resolution (#164)
## Summary
- introduce a canonical admin tenant filter-state helper and route all in-scope workspace-admin tenant resolution through `OperateHubShell::activeEntitledTenant()`
- align operations monitoring, operation-run deep links, Entra group admin list/view/search behavior, and shared context-bar rendering with the documented scope contract
- add the Spec 135 design artifacts, architecture note, focused guardrail coverage, and non-regression tests for filter persistence, direct-record access, and global search safety

## Validation
- `vendor/bin/sail bin pint --dirty --format agent`
- `vendor/bin/sail artisan test --compact tests/Feature/Monitoring/OperationsKpiHeaderTenantContextTest.php tests/Feature/Monitoring/OperationsTenantScopeTest.php tests/Feature/Monitoring/OperationsCanonicalUrlsTest.php tests/Feature/Spec085/OperationsIndexHeaderTest.php tests/Feature/Spec085/RunDetailBackAffordanceTest.php tests/Feature/Filament/OperationRunListFiltersTest.php tests/Feature/Filament/EntraGroupAdminScopeTest.php tests/Feature/Filament/EntraGroupGlobalSearchScopeTest.php tests/Feature/DirectoryGroups/BrowseGroupsTest.php tests/Feature/Filament/EntraGroupEnterpriseDetailPageTest.php tests/Feature/Filament/PolicyVersionResolvedReferenceLinksTest.php tests/Feature/Filament/EntraGroupResolvedReferencePresentationTest.php tests/Feature/Guards/AdminTenantResolverGuardTest.php tests/Feature/OpsUx/OperateHubShellTest.php tests/Feature/Filament/Alerts/AlertsKpiHeaderTest.php tests/Feature/Alerts/AlertDeliveryDeepLinkFiltersTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/TableStatePersistenceTest.php tests/Feature/Filament/TenantScopingTest.php tests/Feature/Filament/Alerts/AlertDeliveryViewerTest.php tests/Unit/Support/References/CapabilityAwareReferenceResolverTest.php`

## Notes
- Filament v5 remains on Livewire v4.0+ compliant surfaces only.
- No provider registration changes were needed; Laravel 12 provider registration remains in `bootstrap/providers.php`.
- Entra group global search remains enabled and is now scoped to the canonical admin tenant contract.

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #164
2026-03-11 21:24:28 +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 Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
BackupSetResource feat: standardize enterprise detail pages (#162) 2026-03-10 23:06:26 +00:00
BaselineProfileResource feat: add cross-resource navigation cohesion (#160) 2026-03-10 16:08:14 +00:00
BaselineSnapshotResource/Pages feat: standardize enterprise detail pages (#162) 2026-03-10 23:06:26 +00:00
EntraGroupResource/Pages feat: canonical tenant context resolution (#164) 2026-03-11 21:24:28 +00:00
FindingResource/Pages feat: add cross-resource navigation cohesion (#160) 2026-03-10 16:08:14 +00:00
InventoryItemResource/Pages feat: add Intune RBAC baseline compare support (#156) 2026-03-09 18:49:20 +00:00
PolicyResource Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
PolicyVersionResource/Pages feat: add cross-resource navigation cohesion (#160) 2026-03-10 16:08:14 +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 Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
Workspaces Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
AlertDeliveryResource.php feat: add cross-resource navigation cohesion (#160) 2026-03-10 16:08:14 +00:00
AlertDestinationResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
AlertRuleResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
BackupScheduleResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
BackupSetResource.php feat: standardize enterprise detail pages (#162) 2026-03-10 23:06:26 +00:00
BaselineProfileResource.php feat: add Intune RBAC baseline compare support (#156) 2026-03-09 18:49:20 +00:00
BaselineSnapshotResource.php feat: standardize enterprise detail pages (#162) 2026-03-10 23:06:26 +00:00
EntraGroupResource.php feat: canonical tenant context resolution (#164) 2026-03-11 21:24:28 +00:00
FindingResource.php feat: add cross-resource navigation cohesion (#160) 2026-03-10 16:08:14 +00:00
InventoryItemResource.php feat: standardize filter UX across key resources (#154) 2026-03-09 06:27:22 +00:00
OperationRunResource.php feat: canonical tenant context resolution (#164) 2026-03-11 21:24:28 +00:00
PolicyResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
PolicyVersionResource.php feat: add cross-resource navigation cohesion (#160) 2026-03-10 16:08:14 +00:00
ProviderConnectionResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
RestoreRunResource.php feat: standardize filter UX across key resources (#154) 2026-03-09 06:27:22 +00:00
ReviewPackResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00
TenantResource.php Spec 125: standardize Filament table UX (#152) 2026-03-08 22:54:56 +00:00