TenantAtlas/app/Filament/Resources
ahmido 3f09fd50f6 feat(spec-080): workspace-managed tenant administration migration (#97)
Implements Spec 080: split Filament into workspace-managed `/admin/*` (manage) vs tenant operations `/admin/t/{tenant}/*` (operate).

Highlights:
- Adds tenant operations panel (`tenant`) at `/admin/t` with tenancy by `Tenant.external_id`
- Keeps management resources in workspace panel (`admin`) under `/admin/tenants/*`
- Moves Provider Connections to workspace-managed routes: `/admin/tenants/{tenant}/provider-connections`
- Adds discoverability CTA on tenant view (Actions → Provider connections)
- Adds/updates Pest regression tests for routing boundaries, 404/403 RBAC-UX semantics, and global search isolation
- Includes full Spec Kit artifacts under `specs/080-workspace-managed-tenant-admin/`

Validation:
- `vendor/bin/sail bin pint --dirty`
- `vendor/bin/sail artisan test --compact tests/Feature/Spec080WorkspaceManagedTenantAdminMigrationTest.php`

Co-authored-by: Ahmed Darrazi <ahmeddarrazi@MacBookPro.fritz.box>
Reviewed-on: #97
2026-02-07 19:45:13 +00:00
..
BackupScheduleResource feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
BackupSetResource feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
EntraGroupResource/Pages 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
EntraGroupSyncRunResource/Pages 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
FindingResource/Pages 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
InventoryItemResource/Pages 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
InventorySyncRunResource/Pages 058-tenant-ui-polish (#70) 2026-01-22 00:17:23 +00:00
PolicyResource 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
PolicyVersionResource/Pages feat/004-assignments-scope-tags (#4) 2025-12-23 21:49:58 +00:00
ProviderConnectionResource/Pages feat(spec-080): workspace-managed tenant administration migration (#97) 2026-02-07 19:45:13 +00:00
RestoreRunResource/Pages feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
TenantResource feat(spec-080): workspace-managed tenant administration migration (#97) 2026-02-07 19:45:13 +00:00
Workspaces Spec 077: Workspace Global Mode + context bar redundancy cleanup (#94) 2026-02-06 22:14:53 +00:00
BackupScheduleResource.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
BackupSetResource.php 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
EntraGroupResource.php feat: tag badge catalog (060) (#72) 2026-01-23 23:05:55 +00:00
EntraGroupSyncRunResource.php 059-unified-badges (#71) 2026-01-22 23:44:51 +00:00
FindingResource.php 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
InventoryItemResource.php 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
InventorySyncRunResource.php 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
OperationRunResource.php Spec 078: Operations tenantless canonical detail (#95) 2026-02-07 09:07:26 +00:00
PolicyResource.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
PolicyVersionResource.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
ProviderConnectionResource.php feat(spec-080): workspace-managed tenant administration migration (#97) 2026-02-07 19:45:13 +00:00
RestoreRunResource.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
TenantResource.php feat(spec-080): workspace-managed tenant administration migration (#97) 2026-02-07 19:45:13 +00:00