Description
Sections, subsections, and units need to be imported into Learning Core from the contents of a TOML file.
This will allow library structures to be restored consistently from backup definitions.
Acceptance Criteria
- The system imports all container objects defined in the TOML file (sections, subsections, and units).
- All properties of each container object are correctly mapped and persisted.
- The import process validates the TOML structure and provides meaningful errors if required fields are missing.
Description
Sections, subsections, and units need to be imported into Learning Core from the contents of a TOML file.
This will allow library structures to be restored consistently from backup definitions.
Acceptance Criteria