From 7efcf97ef4c0b77202f8ab2652e56eb4cd638f74 Mon Sep 17 00:00:00 2001 From: Wang Zhuoxuan Date: Wed, 8 Apr 2026 00:06:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20CLAUDE.md=20?= =?UTF-8?q?=E2=80=94=20Phase=201c=20=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3aa9ec6..35f2712 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -5,7 +5,7 @@ ## Current Status -**Phase 1b complete.** Category CRUD + Question CRUD + 知识卡编辑 + 状态流转 UI + 批量导入 all done. Next: Phase 1c. +**Phase 1c in progress.** 技能树章节管理 + 批量操作 + 用户列表基础版 done. Remaining: 数据看板真实数据(对接 stats API). Next: complete Phase 1c. Development follows the phased roadmap in [dev-spec.md](./dev-spec.md) §九. @@ -39,6 +39,8 @@ src/ │ ├── charts/ # StatsCard, chart wrappers │ ├── category/ # Category CRUD (columns, dialogs) │ ├── question/ # Question CRUD (columns, form, StatusBadge, DistractorEditor, KnowledgeCardFields, StatusTransitionDialog, ImportQuestionsDialog) +│ ├── skill-tree/ # Skill Tree chapter CRUD (columns, form dialog, delete dialog) +│ ├── user/ # User list (columns, read-only) ├── lib/ │ ├── api-client.ts # HTTP client for /admin/* endpoints │ ├── auth.ts # Admin JWT token management