major: Rename legalconsenthub to gremiumhub
This commit is contained in:
@@ -7,7 +7,7 @@ description: Use when modifying seed files in template/ or demo/ directories - e
|
||||
|
||||
## Overview
|
||||
|
||||
The Legal Consent Hub has two interdependent seed file directories that must stay synchronized:
|
||||
GremiumHub has two interdependent seed file directories that must stay synchronized:
|
||||
|
||||
1. **Template** (`seed/template/`) - `isTemplate: true` - defines the form structure, element types, options, visibility conditions, section spawn triggers, and template sections.
|
||||
2. **Demo form** (`seed/demo/`) - `isTemplate: false` - a realistic SAP S/4HANA application form with pre-filled values derived from the template. Used for development testing and UI validation.
|
||||
@@ -17,7 +17,7 @@ Changes to either directory can break the other. This skill ensures consistency.
|
||||
## File Structure
|
||||
|
||||
```
|
||||
legalconsenthub-backend/src/main/resources/seed/
|
||||
gremiumhub-backend/src/main/resources/seed/
|
||||
├── template/ # Template (source of truth for structure)
|
||||
│ ├── _main.yaml # Main file: isTemplate, name, !include directives
|
||||
│ ├── section_01_angaben_zum_itsystem.yaml
|
||||
|
||||
Reference in New Issue
Block a user