feat: Add flow diagram

This commit is contained in:
2026-02-15 18:16:59 +01:00
parent 32bf558eb8
commit f8a87b013a
2 changed files with 576 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ formElementSections:
**Condition:** Seeds if no templates exist (`isTemplate = true`)
**Purpose:** Comprehensive IT system approval workflow template (16 sections)
**IMPORTANT:** Keep section files updated when form structure or validation rules change. After any change, also update the flow diagram at `docs/FORM-FLOW-DIAGRAM.md`.
**IMPORTANT:** Keep section files updated when form structure or validation rules change. After any change, also update the flow diagram at `docs/form-flow-diagram.md`.
### 2. Application Form Seeding
**Seeder:** `InitialApplicationFormSeeder`
@@ -89,7 +89,7 @@ formElementSections:
| `src/main/kotlin/.../seed/SplitYamlLoader.kt` | YAML merger for !include directives |
| `src/main/resources/db/changelog/` | Liquibase migrations |
| `src/main/kotlin/com/legalconsenthub/service/ApplicationFormFormatService.kt` | HTML/PDF export logic |
| `docs/FORM-FLOW-DIAGRAM.md` | Visual form flow diagram (update after template changes) |
| `docs/form-flow-diagram.md` | Visual form flow diagram (update after template changes) |
---