TenantAtlas/resources/views/filament/infolists/entries
ahmido dc46c4fa58 feat: complete provider truth cleanup (#207)
## Summary
- implement Spec 179 to make tenant lifecycle, provider consent, and provider verification the primary truth axes on the targeted Filament surfaces
- demote legacy tenant app status and legacy provider status and health to diagnostic-only roles, add centralized badge mappings for provider consent and verification, and keep provider connections excluded from global search
- add the full Spec 179 artifact set under `specs/179-provider-truth-cleanup/` plus focused Pest coverage for tenant truth cleanup, provider truth cleanup, RBAC, discovery safety, and badge semantics
- fix the numeric out-of-scope tenant route regression so inaccessible `/admin/tenants/{id}` paths return `404 Not Found` instead of `500`

## Testing
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/TenantLifecycleStatusDomainSeparationTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/TenantTruthCleanupSpec179Test.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/ProviderConnectionsDbOnlyTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/ProviderConnections/ProviderConnectionTruthCleanupSpec179Test.php`
- `vendor/bin/sail artisan test --compact tests/Feature/ProviderConnections/RequiredFiltersTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Tenants/TenantProviderConnectionsCtaTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Rbac/TenantResourceAuthorizationTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/ProviderConnections/ProviderConnectionListAuthorizationTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/ProviderConnections/ProviderConnectionAuthorizationTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Rbac/AdminGlobalSearchContextSafetyTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/TenantGlobalSearchLifecycleScopeTest.php`
- `vendor/bin/sail artisan test --compact tests/Feature/Filament/TenantScopingTest.php`
- `vendor/bin/sail artisan test --compact tests/Unit/Badges/TenantBadgesTest.php`
- `vendor/bin/sail artisan test --compact tests/Unit/Badges/ProviderConnectionBadgesTest.php`

## Manual validation
- integrated-browser smoke on `/admin/tenants`, tenant detail, `/admin/provider-connections`, provider detail, and provider edit
- verified out-of-scope tenant and provider URLs return `404 Not Found` with the current session

## Notes
- branch: `179-provider-truth-cleanup`
- commit: `e54c6632`
- target: `dev`

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #207
2026-04-05 00:48:31 +00:00
..
enterprise-detail refactor: reduce operation run detail density (#194) 2026-03-26 13:23:52 +00:00
assignments-diff.blade.php feat: add resolved reference presentation layer (#161) 2026-03-10 18:52:52 +00:00
baseline-snapshot-groups.blade.php feat: normalize operator outcome taxonomy (#186) 2026-03-22 12:13:34 +00:00
baseline-snapshot-summary-table.blade.php feat: normalize operator outcome taxonomy (#186) 2026-03-22 12:13:34 +00:00
baseline-snapshot-technical-detail.blade.php feat: standardize enterprise detail pages (#162) 2026-03-10 23:06:26 +00:00
evidence-dimension-summary.blade.php feat: implement evidence domain foundation (#183) 2026-03-19 13:32:52 +00:00
evidence-gap-subjects.blade.php refactor: reduce operation run detail density (#194) 2026-03-26 13:23:52 +00:00
governance-artifact-truth.blade.php refactor: reduce operation run detail density (#194) 2026-03-26 13:23:52 +00:00
normalized-diff.blade.php feat/026-custom-compliance-scripts (#29) 2026-01-04 02:28:29 +00:00
normalized-settings.blade.php dev-merges/c709b36 (#3) 2025-12-21 23:15:12 +00:00
policy-general.blade.php feat: tag badge catalog (060) (#72) 2026-01-23 23:05:55 +00:00
policy-settings-standard.blade.php feat: tag badge catalog (060) (#72) 2026-01-23 23:05:55 +00:00
provider-connection-state.blade.php feat: complete provider truth cleanup (#207) 2026-04-05 00:48:31 +00:00
rbac-role-definition-diff.blade.php feat: refine onboarding draft flow and RBAC diff UX (#171) 2026-03-14 20:09:54 +00:00
rbac-summary.blade.php feat/004-assignments-scope-tags (#4) 2025-12-23 21:49:58 +00:00
related-context.blade.php refactor: reduce operation run detail density (#194) 2026-03-26 13:23:52 +00:00
resolved-reference-compact.blade.php feat: add resolved reference presentation layer (#161) 2026-03-10 18:52:52 +00:00
resolved-reference-detail.blade.php feat: add resolved reference presentation layer (#161) 2026-03-10 18:52:52 +00:00
restore-preview.blade.php feat: normalize operator outcome taxonomy (#186) 2026-03-22 12:13:34 +00:00
restore-results.blade.php feat: normalize operator outcome taxonomy (#186) 2026-03-22 12:13:34 +00:00
scope-tags-diff.blade.php feat/044-drift-mvp (#58) 2026-01-14 23:16:10 +00:00
settings-catalog-grouped.blade.php feat: tag badge catalog (060) (#72) 2026-01-23 23:05:55 +00:00
snapshot-json.blade.php feat: standardize enterprise detail pages (#162) 2026-03-10 23:06:26 +00:00
tenant-review-section.blade.php feat: add tenant review layer (#185) 2026-03-21 22:03:01 +00:00
tenant-review-summary.blade.php feat: implement operator explanation layer (#191) 2026-03-24 11:24:33 +00:00