S2a: purge legacy Form Builder PHP code and routes

This commit is contained in:
2026-04-17 18:43:00 +02:00
parent cfc7610497
commit a3ca596362
55 changed files with 128 additions and 6057 deletions

View File

@@ -21,11 +21,10 @@ use App\Models\Person;
use Illuminate\Support\Str;
/**
* Seeds the form-builder layer for DevSeeder. Replaces the legacy
* RegistrationFieldTemplateService::seedSystemTemplates call produces 16
* system form_templates per org, one FormSchema per event, canonical 16
* fields per schema, and a realistic set of FormSubmissions for
* approved/applied/no_show persons (matching the migration command rule).
* Seeds the form-builder layer for DevSeeder: 16 system form_templates per
* org, one FormSchema per event, the canonical 16-field registration set,
* and a realistic batch of FormSubmissions for approved/applied/no_show
* persons (same rule as the forms:migrate-legacy-data command).
*
* Callers MUST wrap this in ActivityLog::suppressed() every field create
* would otherwise fire a logFieldChange("created") entry.