Skip to content

Commit 920f790

Browse files
committed
fix: mark data-analysis course modules live to match shipped state
1 parent eb64870 commit 920f790

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

docs/CURATION_POLICY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ flypython.com repository owns the public website, learning guides, task
2121
playbooks, and visual presentation. Website consumers must use a pinned catalog
2222
commit rather than a moving branch.
2323

24-
Current learning paths are:
24+
Current resource-catalog paths (separate from the course learning paths under
25+
`paths/`) are:
2526

2627
- `foundations`
2728
- `web-apis`

docs/repo-plan-0.0.3.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
版本:0.0.3(规划稿)
44
更新:2026-09-11
5-
English version: [repo-plan-0.0.3.md](./repo-plan-0.0.3.md)
5+
6+
历史边界说明:本文记录 0.0.3 的内容模型和实施计划。当前挑战叙事、认领码、
7+
徽章与公开学习路线已经由 0.0.4 计划和提交 `eb64870` 接续;本文中的
8+
“Agent 授课”和未勾选 TODO 不代表当前状态。本文件按所有者决策以中文保留。
69
关联:flypython.com `docs/product-and-growth-plan-0.0.3.md`
710

811
状态:规划文档,不代表已实现。本计划遵守 `AGENTS.md` 的仓库边界:本仓库

docs/repo-plan-0.0.4.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
更新日期:2026-09-12(第 3 版——挑战模型定稿 + A/B 阶段拆分)
55
关联:flypython.com `docs/product-and-growth-plan-0.0.4.md`
66

7-
状态:仅规划文档。本文件所述内容均未实现。`AGENTS.md` 的仓库边界不变:
7+
状态:除 FP-414 与真实 Agent 可解性试跑外,本计划已实现并提交为
8+
`eb64870`;网站通过固定提交消费内容。`AGENTS.md` 的仓库边界不变:
89
本仓库拥有经审核的内容、可运行的证据与稳定的 JSON 契约;网站拥有呈现、
910
账号体系与转化。所有新内容中英同一次变更交付。
1011

@@ -114,7 +115,7 @@
114115
网站内容第二副本。反作弊设计刻意保持轻量(可抽查的码);重反作弊是
115116
网站侧的关切,不在本仓库范围。
116117

117-
## 5. TODO(全部未验证)
118+
## 5. TODO 与当前状态
118119

119120
- [x] FP-411 全部五门课程的认领码子命令,推导方式已文档化。(本地
120121
2026-09-12:`verify.py progress` 上线——l03/l04 由测试套件客观判定、

paths/data-analysis/path.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"course": "da-eda",
3333
"title_en": "Exploratory data analysis",
3434
"title_zh": "探索性数据分析",
35-
"points": 100,
36-
"status": "upcoming"
35+
"points": 100
3736
},
3837
{
3938
"order": 2,
@@ -42,8 +41,7 @@
4241
"course": "da-visualization",
4342
"title_en": "Data visualization",
4443
"title_zh": "数据可视化",
45-
"points": 100,
46-
"status": "upcoming"
44+
"points": 100
4745
},
4846
{
4947
"order": 3,
@@ -52,8 +50,7 @@
5250
"course": "da-report",
5351
"title_en": "From analysis to report",
5452
"title_zh": "从分析到报告",
55-
"points": 100,
56-
"status": "upcoming"
53+
"points": 100
5754
},
5855
{
5956
"order": 4,

0 commit comments

Comments
 (0)