Files
ISISeg/工程分析/需求分析-2026-05-18-17-55-29.md

22 lines
754 B
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.
# 需求分析
开始时间2026-05-18-17-55-29
## 用户目标
在第一版导丝分割 Web 系统完成后,进一步确认系统最终一定能够运行,并生成一段使用演示视频,方便后续查看或展示系统操作流程。
## 需求范围
- 复核当前服务是否仍在运行。
- 保留可重复执行的演示视频录制方式。
- 录制一段本地演示视频,素材必须来自当前系统真实页面和真实 API 分割结果。
- 完成后再次测试系统可用性,并提交到 Gitea 备份。
## 验收点
- `http://127.0.0.1:8001/api/health` 返回 `ok`
- `pytest -q` 通过。
- 存在演示视频 `storage/demos/isiseg_usage_demo.mp4`
- 演示脚本路径写入 README后续可重复录制。