Spec 078: Operations tenantless canonical detail #95
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "078-operations-tenantless-canonical"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements Spec 078 operations tenantless canonical migration.
Highlights:
/admin/operations/{run}renders with standard Filament chrome + sidebar and reusesOperationRunResource::infolist()(schema-based, Filament v5).tests/Feature/078/and updated existing tests.Validation:
vendor/bin/sail artisan test --compact tests/Feature/078/(pass)vendor/bin/sail bin pint --dirty(pass)Notes:
bootstrap/providers.php(Laravel 11+ standard).- Single canonical run detail at /admin/operations/{run} - Decommission auto-generated tenant-scoped pages (list + view) - Secure 302 redirects for legacy URLs (deny-as-not-found) - Infolist reuse strategy (InteractsWithInfolists + fallback) - KPI header hidden in tenantless mode (Phase 1) - Dead code cleanup (OperationsDetail.php) - 10 test specifications covering redirects, 404 semantics, rendering - Quality checklist: all items pass