01: ARK脚手架与星图数据管道 #2

Closed
opened 2026-09-01 17:40:02 +08:00 by petrezhu · 0 comments
Owner

Parent

Issue #1([SPEC] ARK MVP - 知识方舟跃迁游戏化学习引擎)

What to build

建立ARK后端骨架:FastAPI应用可启动、SQLite方舟状态库初始化、golden_kg模块读取senior-software-architect-review仓库(curriculum.json、cheatsheets、exam-bank、knowledge-index)并拆分为约150个矿点。前端最小壳页面列出22个星域。GET /api/star-map 返回完整星图JSON。

Acceptance criteria

  • pytest测试套件可运行,golden_kg单元测试绿:矿点拆分数量正确、稀有矿脉标记规则(考频≥12且跨科值≥0.8)正确
  • GET /api/star-map 返回22个星域+约150个矿点的JSON,含rare标记与mandatory要素
  • 浏览器打开首页能看到22个星域名称列表(最小壳)
  • SQLite状态库初始化成功,schema含玩家/星图/飞船/蛀虫计时/燃料日志

Blocked by

None (can start immediately)

## Parent Issue #1([SPEC] ARK MVP - 知识方舟跃迁游戏化学习引擎) ## What to build 建立ARK后端骨架:FastAPI应用可启动、SQLite方舟状态库初始化、golden_kg模块读取senior-software-architect-review仓库(curriculum.json、cheatsheets、exam-bank、knowledge-index)并拆分为约150个矿点。前端最小壳页面列出22个星域。GET /api/star-map 返回完整星图JSON。 ## Acceptance criteria - [ ] pytest测试套件可运行,golden_kg单元测试绿:矿点拆分数量正确、稀有矿脉标记规则(考频≥12且跨科值≥0.8)正确 - [ ] GET /api/star-map 返回22个星域+约150个矿点的JSON,含rare标记与mandatory要素 - [ ] 浏览器打开首页能看到22个星域名称列表(最小壳) - [ ] SQLite状态库初始化成功,schema含玩家/星图/飞船/蛀虫计时/燃料日志 ## Blocked by None (can start immediately)
Sign in to join this conversation.
No labels
ready-for-agent
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
petrezhu/ARK#2
No description provided.