File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777
7878## 🚀 快速开始
7979
80+ > ** 历史版本** : 如果你需要查看 2026 年 4 月重构之前的目录结构(` tutorial/ ` + ` codes_and_assets/ ` ),
81+ > 请切换到 [ ` archive/legacy_20260415 ` ] ( https://github.com/Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP/tree/archive/legacy_20260415 ) 分支。
82+
8083### 本项目包含
8184
8285- ** tutorial/** - 教程 Markdown 文件,包含系统化的学习内容
Original file line number Diff line number Diff line change @@ -69,3 +69,9 @@ estimated_effort: small|medium|large|epic
6969## 模板
7070
7171新建 TODO 文件时,使用 ` .templates/todo-template.md ` 模板。
72+
73+ ## 归档
74+
75+ 完成的 TODO 文件从对应分类目录移入 ` todo/archive/ ` ,保留原始内容便于回溯。归档文件的 status 字段标记为 ` done ` ,验收标准中已完成的项标记 ` [x] ` 。
76+
77+ 已完成:001(创建归档分支 archive/legacy_20260415)
Original file line number Diff line number Diff line change 33title : " 创建 archive/v0-legacy 分支保留旧结构快照"
44category : architecture
55priority : P0
6- status : pending
6+ status : done
77created : 2026-04-15
88assignee : charliechen
99depends_on : []
@@ -21,11 +21,11 @@ estimated_effort: small
2121
2222## 验收标准
2323
24- - [ ] ` archive/v0-legacy ` 分支已从当前 ` main ` 的 HEAD 创建
25- - [ ] 分支已推送到远程仓库 (` origin/archive/v0-legacy ` )
26- - [ ] 主仓库 ` README.md ` 中新增一段说明,指引访问者前往 ` archive/v0-legacy ` 查看旧版内容结构
27- - [ ] 在分支创建后,验证该分支上的目录结构完整(` tutorial/ ` 、` codes_and_assets/ ` 、` scripts/ ` 等目录均存在)
28- - [ ] GitHub 上可以通过分支选择器看到 ` archive/v0-legacy `
24+ - [x ] ` archive/legacy_20260415 ` 分支已从 ` main ` 的 HEAD 创建(实际命名为 ` archive/legacy_20260415 ` )
25+ - [x ] 分支已推送到远程仓库 (` origin/archive/legacy_20260415 ` )
26+ - [x ] 主仓库 ` README.md ` 中新增一段说明,指引访问者前往归档分支查看旧版内容结构
27+ - [x ] 在分支创建后,验证该分支上的目录结构完整(` tutorial/ ` 、` codes_and_assets/ ` 、` scripts/ ` 等目录均存在)
28+ - [x ] GitHub 上可以通过分支选择器看到归档分支
2929
3030## 实施说明
3131
You can’t perform that action at this time.
0 commit comments