pipeline-sdlc/README.md

29 lines
659 B
Markdown
Raw 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.

# pipeline_sdlc
SDLC 模块 —— 项目管理、迭代计划、Bug追踪、测试管理、AI 驾驶舱。
## 功能
- **项目管理**:软件项目 CRUD
- **迭代管理**:迭代计划与进度
- **Bug 追踪**Bug 提交/确认/关闭human / agent
- **测试管理**:测试计划与用例
- **AI Cockpit**:自然语言驱动开发驾驶舱
## 数据表
| 表 | 说明 |
|---|------|
| sd_projects | 项目定义 |
| sd_iterations | 迭代计划 |
| sd_bugs | Bug 追踪 |
| sd_test_plans | 测试计划 |
| sd_test_cases | 测试用例 |
| sd_deploy_envs | 部署环境 |
## 安装
```bash
cd pkgs/pipeline-sdlc && pip install .
```