TenantAtlas/apps/platform/app/Filament/Pages
ahmido f50d57370f feat: cut over workspace-first admin environment surfaces (#341)
## Summary
- cut over the admin runtime to the workspace-first environment and operations routes from spec 280
- retarget governance artifact resources, related navigation, and operation drillthroughs to the surviving admin panel contract from spec 282
- add focused feature and browser coverage plus spec close-out updates for the shipped 280/282 slice

## Validation
- `cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agent`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/WorkspaceFoundation tests/Feature/Workspaces tests/Feature/ManagedEnvironment tests/Feature/RequiredPermissions tests/Feature/Operations tests/Feature/MonitoringOperationsTest.php`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Browser/Spec280WorkspaceTenancyEnvironmentRoutingSmokeTest.php`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/Filament/GovernanceArtifacts/GovernanceArtifactAdminPanelRegistrationTest.php tests/Feature/Filament/GovernanceArtifacts/GovernanceArtifactEnvironmentContextTest.php tests/Feature/Filament/GovernanceArtifacts/GovernanceArtifactDeepLinkContractTest.php tests/Feature/Filament/GovernanceArtifacts/GovernanceArtifactLegacyTenantPanelGuardTest.php`
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Browser/Spec282GovernanceArtifactRetargetingSmokeTest.php`

## Notes
- provider registration remains in `apps/platform/bootstrap/providers.php`
- Filament stays on v5 with Livewire v4 semantics
- touched searchable governance surfaces remain truthful or disabled in the same slice

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #341
2026-05-07 23:50:36 +00:00
..
Auth feat: implement platform localization v1 (#293) 2026-04-28 19:45:03 +00:00
Findings feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
Governance feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
Monitoring feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
Operations feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
Reviews feat: cut over workspace-first admin environment surfaces (#341) 2026-05-07 23:50:36 +00:00
Settings feat: implement workspace and tenant closure lifecycle (#337) 2026-05-07 13:12:17 +00:00
Tenancy feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
Workspaces feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
BaselineCompareLanding.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BaselineCompareMatrix.php feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
BreakGlassRecovery.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
ChooseTenant.php feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
ChooseWorkspace.php feat: implement workspace and tenant closure lifecycle (#337) 2026-05-07 13:12:17 +00:00
CrossTenantComparePage.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
InventoryCoverage.php feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
NoAccess.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
TenantDashboard.php feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
TenantDiagnostics.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
TenantRequiredPermissions.php feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
WorkspaceOverview.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00