SpecialX
|
d2c250a1b3
|
feat(shared): update db schema, i18n messages, rate-limit, auth-session-provider
- Update src/shared/db/schema.ts
- Update i18n messages for en and zh-CN (error-book, exam-homework, leave,
lesson-preparation, notifications, rbac, student, textbooks, diagnostic)
- Update src/shared/lib/rate-limit/index.ts and redis-limiter.ts
- Update src/shared/components/auth-session-provider.tsx
|
2026-07-04 10:23:29 +08:00 |
|
SpecialX
|
0e63c24ed9
|
feat(shared,tests): add error boundaries, lib utils, i18n messages, and integration tests
CI / scheduled-backup (push) Has been skipped
CI / backup-verify (push) Has been skipped
CI / weekly-dr-drill (push) Failing after 0s
CI / build-deploy (push) Has been cancelled
CI / security-scan (push) Has been cancelled
shared:
- Add class-filter, error-state, route-error, section-error-boundary, widget-boundary components
- Add ui/alert component
- Add constants directory
- Add breached-password, export-utils, permission-bitmap, rate-limit, resolve-action-error, route-permissions, route-resolver, type-guards lib
- Add i18n messages (en, zh-CN) for invitation-codes, parent, questions, rbac
tests:
- Add integration tests for elective
- Add tests/setup/empty-stub
scripts:
- Add update-md.cjs, tmp_append_en.ps1, tmp_merge_en.ps1 utilities
|
2026-07-03 10:26:38 +08:00 |
|
SpecialX
|
e3b8455b31
|
feat(i18n): add new i18n message files and update request config
- Add new i18n message files: audit, course-plans, files, leave, nav, practice, scheduling, student, users
- Update existing i18n messages: ai, attendance, common, diagnostic, elective, error-book, exam-homework, grades, lesson-preparation, school, settings
- Update i18n request config for new locale handling
|
2026-06-24 12:04:01 +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 |
|