SpecialX
|
25dca843be
|
feat(lesson-preparation): major update with AI features, schedules, and new components
- Add actions-schedules.ts and data-access-schedules.ts for schedule management
- Add AI differentiation, AI feedback, consistency check dialogs
- Add attachment-picker, curriculum-heatmap, print-view, version-diff-view
- Add lesson-plan-mobile-view and schedule-dialog components
- Add lib: ai-differentiation, ai-feedback, auto-layout, consistency-check,
curriculum-coverage, export, version-diff
- Add history-slice hook for version history
- Update existing components, hooks, providers, services, types
- Add teacher lesson-plans heatmap and library pages
|
2026-07-04 10:22:10 +08:00 |
|
SpecialX
|
20023e13fd
|
feat(lesson-preparation): add AI evaluation, analytics, attachments, calendar, comments, review, substitutes, formative, and version diff
- Add actions-ai-evaluation, actions-analytics, actions-attachments, actions-calendar, actions-comments, actions-formative, actions-questions, actions-review, actions-substitutes
- Add corresponding data-access layers for each new action module
- Add calendar-view, curriculum-map-view, version-diff-viewer components
- Add editor-slice, selection-slice, version-slice hooks for state management
- Add document-diff and scope-check lib utilities
- Add default-question-service and external-questions-bridge services
|
2026-07-03 10:25:21 +08:00 |
|
SpecialX
|
6bc113eaff
|
feat(lesson-preparation): add readonly view, anchor node selector, and type guards
- Add lesson-plan-readonly-view for viewing published plans
- Add anchor-node-selector and textbook-segments for canvas anchor positioning
- Add i18n-errors and type-guards lib utilities
- Add lesson-plan-provider-setup for provider initialization
- Update actions, data-access (knowledge, versions, main), publish-service
- Update blocks (blackboard, exercise, homework, import, key-point, objective, reflection)
- Update editor, node-editor, node-edit-panel, pickers, and providers
|
2026-06-24 12:02:42 +08:00 |
|
SpecialX
|
e997abaf5e
|
refactor(dashboard): V2 审计重构 — i18n 补齐 + 共享抽象 + 单测 + a11y
V2 审计报告(docs/architecture/audit/dashboard-audit-report-v2.md)发现并修复:
- P0 i18n:10 个子组件硬编码字符串全部接入 next-intl(teacher-quick-actions /
teacher-classes-card / teacher-homework-card / teacher-schedule /
recent-submissions / teacher-grade-trends / student-grades-card /
student-today-schedule-card / student-upcoming-assignments-card /
admin-dashboard),新增 ~50 个翻译键
- P1 共享抽象:新增 DashboardGreetingHeader 组件,消除 teacher/student
头部 90% 重复代码,两个 Header 改为薄包装
- P2 单测:为 6 个纯函数添加 31 个单元测试
(tests/integration/dashboard/dashboard-utils.test.ts)
- P2 a11y:admin 表格 caption、teacher/student 视图语义化标签
(header / section aria-label / aside aria-label)
- 同步架构图 004/005
|
2026-06-22 17:01:00 +08:00 |
|