Skip to content

Instantly share code, notes, and snippets.

@stableShip
Created July 4, 2016 03:03
Show Gist options
  • Save stableShip/46e2c06bca82905aa1a74dbadc7cb74d to your computer and use it in GitHub Desktop.
Save stableShip/46e2c06bca82905aa1a74dbadc7cb74d to your computer and use it in GitHub Desktop.
项目开发流程
## 项目开发流程
### 1. 项目需求文档
产品经理总结提炼需求, 编写出需求文档
### 2. 项目技术概要文档
项目技术人员根据需求文档,编写项目技术概要文档
### 3. 项目 技术详细设计文档
项目技术任务 根据需求文档,概要文档, 编写项目 详细设计文档
### 4. 进行相关编码工作
前端,后端进行相关编码工作
### 5. 前后端联调
前端, 后端在本地进行联调测试
### 6. 测试环境测试
本地联调成功后, 部署到测试环境, 测试人员对新加功能进行测试
### 7. 部署到正式环境,上线
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment