TenantAtlas/apps/platform/app/Filament/Resources
ahmido 1cd8d48474 feat: cut over admin directory groups (#358)
## Summary
- cut over `EntraGroupResource` to an environment-bound admin Directory Groups surface in the workspace-first runtime
- adopt workspace-scoped admin list/detail URLs and add the bounded `Directory > Groups` navigation entry in the admin panel
- keep workspace-home navigation clean while preserving existing scoped list, detail, and global-search behavior
- update focused feature coverage and add a browser smoke for the rendered sidebar drilldown path
- include the Spec 303 package under `specs/303-admin-directory-groups-cutover/`

## Testing
- updated focused Pest coverage for admin navigation segregation, Entra group admin scoping, Entra group global search scoping, and directory group browsing
- added browser smoke coverage in `apps/platform/tests/Browser/Spec303AdminDirectoryGroupsCutoverSmokeTest.php`

## Filament / Runtime Notes
- remains compliant with Filament v5 on Livewire v4
- no provider registration changes; provider registration location remains `apps/platform/bootstrap/providers.php`
- `EntraGroupResource` remains eligible for global search because it has a View page
- no destructive actions were added or changed; confirmation and authorization behavior is unchanged
- no asset registration changes; existing `cd apps/platform && php artisan filament:assets` deploy posture is unchanged

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #358
2026-05-14 22:44:44 +00:00
..
AlertDeliveryResource/Pages feat: implement spec 193 monitoring action hierarchy (#227) 2026-04-12 10:48:00 +00:00
AlertDestinationResource/Pages Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
AlertRuleResource/Pages Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
BackupScheduleResource feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BackupSetResource feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BaselineProfileResource refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
BaselineSnapshotResource/Pages Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
EntraGroupResource/Pages feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
EnvironmentReviewResource/Pages refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
EvidenceSnapshotResource/Pages feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
FindingExceptionResource/Pages refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
FindingResource/Pages refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
InventoryItemResource/Pages feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ManagedEnvironmentResource refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
PolicyResource feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
PolicyVersionResource/Pages Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
ProviderConnectionResource/Pages feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
RestoreRunResource/Pages feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
ReviewPackResource/Pages feat: productize customer review workspace (#310) 2026-04-30 18:15:32 +00:00
StoredReportResource/Pages 277-stored-reports-surface → platform-dev (#333) 2026-05-06 00:04:53 +00:00
Workspaces feat: implement workspace and tenant closure lifecycle (#337) 2026-05-07 13:12:17 +00:00
AlertDeliveryResource.php feat: implement spec 285 workspace-first environment access (#344) 2026-05-09 12:40:50 +00:00
AlertDestinationResource.php Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
AlertRuleResource.php feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
BackupScheduleResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
BackupSetResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
BaselineProfileResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
BaselineSnapshotResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
EntraGroupResource.php feat: cut over admin directory groups (#358) 2026-05-14 22:44:44 +00:00
EnvironmentReviewResource.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
EvidenceSnapshotResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
FindingExceptionResource.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
FindingResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
InventoryItemResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
ManagedEnvironmentResource.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
OperationRunResource.php feat: complete workspace-first environment routing cutover (#340) 2026-05-07 21:56:14 +00:00
PolicyResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
PolicyVersionResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
ProviderConnectionResource.php feat: retire legacy tenant route surfaces (#352) 2026-05-12 23:35:03 +00:00
RestoreRunResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00
ReviewPackResource.php refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
StoredReportResource.php feat: clean up managed environment terminology copy (#353) 2026-05-13 09:34:08 +00:00