Files
dbtool-cli-v1/backlog/first-wave-issues.md
Paperclip CTO 7424491944
Some checks failed
release-smoke / macos-13 / x86_64-apple-darwin (push) Has been cancelled
release-smoke / ubuntu-latest / x86_64-unknown-linux-gnu (push) Has been cancelled
release-smoke / windows-latest / x86_64-pc-windows-msvc (push) Has been cancelled
chore: bootstrap independent git workflow
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-26 03:49:29 +00:00

34 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dbtool-cli-v1 第一轮工程 backlog
日期2026-03-25
## 已分配
- 后端:`CMP-4` Rust workspace 初始化
- 后端:`CMP-5` PostgreSQL 驱动
- 后端:`CMP-6` MySQL 驱动
- 后端:`CMP-7` SQLite 驱动
- 后端:`CMP-8` CSV / JSON 导出
- 后端:`CMP-12` CLI 打包、发布与跨平台 smoke 流水线
- 前端:`CMP-9` GUI 信息架构和设计基线
- QA`CMP-10` 跨数据库验收矩阵
- QA`CMP-13` demo 数据库、样例脚本和 smoke runbook
- PM`CMP-11` 里程碑、依赖图和交付跟踪
## 执行顺序
1. `CMP-4`
2. `CMP-5`
3. `CMP-10``CMP-13` 并行启动
4. `CMP-6`
5. `CMP-7`
6. `CMP-8`
7. `CMP-12`
8. `CMP-11` 持续跟踪里程碑和关键路径
## 当前判断
- 真正的起跑线不是“写功能”,而是先把仓库和最小 CLI 基线建起来。
- 前端当前应保持 gated只输出未来 GUI 基线,不抢占 CLI 主路径资源。
- QA 不应等功能全部完成后再介入,应从 fixtures、矩阵和 smoke runbook 开始提前进入。