SpecialX
21142f9b99
feat(app): add error/loading boundaries across all dashboard routes and new routes
...
- Add error.tsx and loading.tsx boundaries for admin, parent, student, teacher routes
- Add admin announcements edit, audit-logs overview, curriculum-map, invitation-codes, permissions, questions, roles routes
- Add admin elective detail and components, files, course-plans, users, scheduling boundaries
- Add messages group-compose route
- Add parent course-plans, elective, grades report-card, practice routes
- Add student course-plans, elective detail, error-book dialogs, grades report-card, learning study-path, leave, schedule boundaries
- Add teacher attendance report, classes boundaries, course-plans boundaries, elective, exams analytics/edit-rich/all/create/new, grades report-card, homework boundaries, leave, lesson-plans calendar
- Add auth loading, onboarding loading, api cron
2026-07-03 10:26:25 +08:00
SpecialX
37d2688a28
feat(app): add lesson-plans, practice, and grade dashboard routes
...
- Add admin/lesson-plans, parent/lesson-plans, student/lesson-plans routes
- Add student/practice and teacher/practice routes for adaptive practice
- Add management/grade/dashboard and management/grade/practice routes
- Add teacher/lesson-plans error and loading boundaries
- Update existing admin, parent, student, teacher pages with new features
- Update globals.css and proxy middleware
2026-06-24 12:03:47 +08:00
SpecialX
bf056399c6
feat(error-book): implement error book module with SM2 spaced repetition
...
- Add SM2 algorithm implementation with tests for spaced repetition review scheduling
- Add data-access, schema, types, and server actions for error book CRUD
- Add components: add dialog, class overview, filters, item card, stats cards, review buttons, top wrong questions
- Add error-book routes for admin, teacher, parent, and student roles
- Add i18n messages (en, zh-CN) for error book module
2026-06-23 17:36:42 +08:00