feat: Add flow diagram
This commit is contained in:
@@ -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) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user