feat(education): complete Flyway migration and atomic submit

This commit is contained in:
2026-07-30 12:06:55 +08:00
parent ce02f8acb4
commit 79a5799502
228 changed files with 32551 additions and 1376 deletions

11
CONTEXT-MAP.md Normal file
View File

@@ -0,0 +1,11 @@
# Context Map
## Contexts
- [Education](./yudao-module-education/CONTEXT.md) — owns education content, practice, assessment, and learning-state language.
## Relationships
- **Education → Member**: Education references the authenticated Member user as the student identity; it does not own credentials or generic user accounts.
- **Education → System**: Education consumes tenant and authorization capabilities; it does not own generic tenants or RBAC.
- **Education → Infra**: Education composes file, job, messaging, and audit capabilities for education workflows.