You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
770 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 项目需求与设计文档
## 1. 原始需求
> 客户/业务原始描述(大白话)
- xxx
- xxx
## 2. 设计需求(功能需求)
- 功能1xxx
- 功能2xxx
- 角色:管理员 / 用户 / 游客
- 业务流程xxx → xxx → xxx
## 3. 设计规格(技术规范)
- 技术栈前端xxx / 后端xxx
- 接口规范xxx
- 数据库规范xxx
- 代码规范xxx
- 安全与权限xxx
## 4. 概要设计(整体架构)
- 系统架构
- 模块划分
- 数据流程
- 核心表/类设计思路
## 5. 详细设计(实现细节)
### 5.1 模块A
- 接口1URL、入参、出参、逻辑
- 接口2xxx
### 5.2 数据库表设计
- user 表id, username, password...
### 5.3 页面结构
- 首页布局、表单结构、弹窗逻辑