refactor teaching domain naming to course/course_section/course_group

Add diesel migrations and synchronize backend/frontend model fields plus jsonb key migration to support generic teaching subjects beyond piano-specific naming.

Made-with: Cursor
This commit is contained in:
2026-04-23 17:16:10 +08:00
commit c843fecbce
19 changed files with 17353 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
target/
**/target/
.DS_Store
.env
**/.env
node_modules/
**/node_modules/
dist/
coverage/