新增: 文档(任务推进链实施路径+任务模块分析+审查报告+patch_file指南)
This commit is contained in:
@@ -30,10 +30,10 @@ Phase 1 目标:**引擎骨架**,打通 `df-core → df-workflow → df-stora
|
||||
| # | 任务 | 优先级 | 依赖 | 文档 | 完成 |
|
||||
|---|------|--------|------|------|------|
|
||||
| 7 | df-storage CRUD 层 | P0 | 无 | [DEVFLOW-1](../04-功能迭代/DEVFLOW-1.CRUD层实施-2026-06-12.md) | [x] ✅ `crud.rs` `impl_repo!` 宏 12 处(Project/Task/Idea/Branch/Release/WorkflowExecution/Knowledge/AiConversation 等 Repo),Sprint 2 |
|
||||
| 8 | Tauri IPC 命令层 | P0 | #7 | [DEVFLOW-2](../04-功能迭代/DEVFLOW-2.IPC桥接实施-2026-06-12.md) | [x] ✅ `commands/` 共 20 文件 / 57+ command(project/task/idea/workflow + AI + knowledge + settings),Sprint 3 起 |
|
||||
| 8 | Tauri IPC 命令层 | P0 | #7 | [DEVFLOW-2](../04-功能迭代/DEVFLOW-2.IPC桥接实施-2026-06-12.md) | [x] ✅ `commands/` 共 20 文件 / 67 个 command 注册(src-tauri/src/lib.rs invoke_handler:project 14 + task 5 + idea 6 + workflow 5 + ai 19 + knowledge 14 + settings 4),Sprint 3 起 |
|
||||
| 9 | Store 接入 View | P0 | #8 | [DEVFLOW-3](../04-功能迭代/DEVFLOW-3.Store对接实施-2026-06-12.md) | [x] ✅ `stores/` 10 文件(composable 模式),各 View 接 Store 真数据,Sprint 4 |
|
||||
| 10 | 端到端验证 (3 节点工作流) | P0 | #7, #8, #9 | [DEVFLOW-4](../04-功能迭代/DEVFLOW-4.端到端验证-2026-06-12.md) | [x] ✅ `run_workflow` IPC + DAG `topological_layers` + `join_all` 并行;ProjectDetail.vue 3 节点 Shell DAG 运行 + 实时事件日志,Sprint 4 |
|
||||
| 11 | 首次 Git Commit | P0 | 无 | 建立版本基线 | [x] ✅ git log 73 commit,首提交 `98393b4 初始化 DevFlow 项目仓库`,Sprint 2 |
|
||||
| 11 | 首次 Git Commit | P0 | 无 | 建立版本基线 | [x] ✅ git log 82 commit,首提交 `98393b4 初始化 DevFlow 项目仓库`,Sprint 2 |
|
||||
|
||||
### 已知问题
|
||||
|
||||
|
||||
Reference in New Issue
Block a user