feat(classes): add class days and meeting times to class forms

Let admins set the weekly schedule on the class and show it in lists, details, and session generation.
This commit is contained in:
2026-08-15 23:59:08 +03:30
parent 3f220dda52
commit 91527e64bb
8 changed files with 141 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --test src/utils/uploadResponse.test.js"
"test": "node --test src/utils/uploadResponse.test.js src/utils/classSchedule.test.js"
},
"dependencies": {
"@fontsource/vazirmatn": "^5.3.0",