TenantAtlas/apps/platform/app
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
..
Console/Commands feat: retire legacy tenant route surfaces (#352) 2026-05-12 23:35:03 +00:00
Contracts/Hardening feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
Exceptions 247: plans entitlements billing readiness (#287) 2026-04-27 17:35:04 +00:00
Filament feat: cut over admin directory groups (#358) 2026-05-14 22:44:44 +00:00
Http refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Jobs refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Listeners Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
Livewire feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
Models refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Notifications feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
Observers feat: cut over tenant core to managed environments (#335) 2026-05-07 06:38:14 +00:00
Policies refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Providers feat: cut over admin directory groups (#358) 2026-05-14 22:44:44 +00:00
Rules Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
Services refactor: consolidate internal tenant model naming (#355) 2026-05-14 11:13:28 +00:00
Support feat(specs/301): admin inventory navigation cutover (#356) 2026-05-14 14:50:08 +00:00