TenantAtlas/apps/platform/app/Filament/Pages
ahmido 5248654691 feat: retire tenant panel runtime dead code (#359)
## Summary
- retire remaining legacy tenant-panel runtime assumptions in the Filament admin runtime and route resolution paths
- centralize canonical admin environment context handling for shared surfaces instead of relying on deprecated `tenant` panel behavior
- harden guard coverage so legacy `/admin/t` and `/admin/tenants` route families cannot regress
- update scoped navigation, drillthrough, reference-link, and global-search tests to use the admin panel environment runtime
- add the Spec 304 package under `specs/304-tenant-panel-dead-code-retirement/` and document the rollout in the product ledger

## Test Coverage Updated
- `AdminSharedSurfacePanelParityTest`
- `NoActiveTenantResourceRoutesTest`
- `NoLegacyTenantPanelRuntimeTest`
- `AdminTenantResolverGuardTest`
- `PolicyVersionResolvedReferenceLinksTest`
- `EntraGroupGlobalSearchScopeTest`
- `OperationsDashboardDrillthroughTest`

## Runtime Notes
- remains compliant with Filament v5 on Livewire v4
- no provider registration changes; provider registration location remains `apps/platform/bootstrap/providers.php`
- no new globally searchable resource was introduced; existing scoped search assertions were updated only
- no destructive actions were added or changed
- no asset registration changes; deploy posture for `cd apps/platform && php artisan filament:assets` is unchanged

## Validation
- updated tests and docs/spec artifacts were committed in this branch
- tests were not re-run in this turn

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #359
2026-05-14 23:57:36 +00:00
..
Auth feat: implement platform localization v1 (#293) 2026-04-28 19:45:03 +00:00
Findings refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Governance refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Monitoring refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Operations feat: retire legacy tenant route surfaces (#352) 2026-05-12 23:35:03 +00:00
Reviews refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Settings feat: implement workspace and tenant closure lifecycle (#337) 2026-05-07 13:12:17 +00:00
Tenancy refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Workspaces refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
BaselineCompareLanding.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
BaselineCompareMatrix.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
BreakGlassRecovery.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
ChooseEnvironment.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
ChooseWorkspace.php feat: implement workspace and tenant closure lifecycle (#337) 2026-05-07 13:12:17 +00:00
CrossEnvironmentComparePage.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
EnvironmentDashboard.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
EnvironmentDiagnostics.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
EnvironmentRequiredPermissions.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
InventoryCoverage.php feat: retire tenant panel runtime dead code (#359) 2026-05-14 23:57:36 +00:00
NoAccess.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
WorkspaceOverview.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00