TenantAtlas/apps/platform
ahmido 4699f13a72 Spec 196: restore native Filament table contracts (#236)
## Summary
- replace the inventory dependency GET/apply flow with an embedded native Filament `TableComponent`
- convert tenant required permissions and evidence overview to native page-owned Filament tables with mount-only query seeding and preserved scope authority
- extend focused Pest, Livewire, RBAC, and guard coverage, and update the Spec 196 artifacts and release close-out notes

## Verification
- `cd apps/platform && ./vendor/bin/sail artisan test --compact tests/Feature/InventoryItemDependenciesTest.php tests/Feature/Filament/InventoryItemDependencyEdgesTableTest.php tests/Feature/Rbac/TenantRequiredPermissionsTrustedStateTest.php tests/Feature/Filament/TenantRequiredPermissionsPageTest.php tests/Feature/Evidence/EvidenceOverviewPageTest.php tests/Feature/Filament/EvidenceOverviewDerivedStateMemoizationTest.php tests/Feature/Guards/FilamentTableStandardsGuardTest.php tests/Unit/TenantRequiredPermissionsFilteringTest.php tests/Unit/TenantRequiredPermissionsOverallStatusTest.php tests/Unit/TenantRequiredPermissionsFeatureImpactTest.php tests/Unit/TenantRequiredPermissionsFreshnessTest.php tests/Unit/TenantRequiredPermissionsCopyPayloadTest.php` (`45` tests, `177` assertions)
- `cd apps/platform && ./vendor/bin/sail bin pint --dirty --format agent`
- integrated-browser smoke on localhost for inventory detail dependencies, tenant required permissions, and evidence overview

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #236
2026-04-14 23:30:53 +00:00
..
app Spec 196: restore native Filament table contracts (#236) 2026-04-14 23:30:53 +00:00
bootstrap feat: harden governance action semantics (#229) 2026-04-12 21:21:44 +00:00
config Spec 204: harden platform core vocabulary (#234) 2026-04-14 06:09:42 +00:00
database feat: add portfolio triage review state tracking (#220) 2026-04-10 21:35:17 +00:00
drizzle Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
lang/en Spec 204: harden platform core vocabulary (#234) 2026-04-14 06:09:42 +00:00
public feat: implement spec 192 record page header discipline (#226) 2026-04-11 21:20:41 +00:00
resources Spec 196: restore native Filament table contracts (#236) 2026-04-14 23:30:53 +00:00
routes feat: harden governance action semantics (#229) 2026-04-12 21:21:44 +00:00
storage Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
tests Spec 196: restore native Filament table contracts (#236) 2026-04-14 23:30:53 +00:00
.env.example Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
artisan Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
composer.json feat: implement workspace foundation website app (#214) 2026-04-08 12:20:31 +00:00
composer.lock Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
drizzle.config.ts Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
package.json feat: implement workspace foundation website app (#214) 2026-04-08 12:20:31 +00:00
phpunit.pgsql.xml Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
phpunit.xml Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00
vite.config.js Spec 182: relocate Laravel platform to apps/platform (#213) 2026-04-08 08:40:47 +00:00