Files
BH-Bookstore-2023/docs/develop/需求分析文档.md

34 lines
1.2 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.

# 大致预设场景
一个中小规模的书店,后台运行一个服务端,使得用户、店员、店主可以方便地在电脑端或移动端上完成相关业务操作
业务流程图:![业务流程图加载中……](https://cloud.zymsite.ink/f/XauW/%E4%B8%9A%E5%8A%A1%E6%B5%81%E7%A8%8B%E5%9B%BE.png)
数据流图:![数据流图加载中……](https://cloud.zymsite.ink/f/qxfn/%E6%95%B0%E6%8D%AE%E6%B5%81%E5%9B%BE.png)
## 功能需求
### 游客
- 注册用户
- 登录用户
### 客户
通过这个系统,完成图书查询和购买操作
- 查询图书
- 购买图书
### 销售员
通过这个系统,完成进货、图书信息录入、图书信息修改、用户创建操作
- 进货
- 图书信息录入
- 图书信息修改
- 用户创建
### 店长
系统维护+数据报表查询
- 按时间段查询采购信息
- 按销售顺序(时间段)查询销售信息
- 按时间段查询盈利信息
- 按操作顺序和员工姓名查看操作记录
- 查看系统的整体工作日志
## 非功能需求
### 性能要求
个体总量不超过1e5会话数不超过1e4平均每秒请求数不超过1e2峰值不超过1e3总操作量不超过1e9
### 成本要求
开发时间成本不超过80人·时