zhizhi/project-drawers/auto-order-ai/sessions/S001-system-analysis.hdlp

41 lines
1020 B
Plaintext
Raw Normal View History

2026-06-08 16:57:35 +08:00
# S001 系统全景分析
> HLDP://auto-order-ai/sessions/S001
> 记录者: 朝暮
> 日期: D127 2026-06-08
---
## 触发
之之让我去搜索自动接单AI系统。
## 涌现
### /submit
表单字段:需求描述、称呼、联系方式、预算、预期完成时间。
提交后返回订单ID + 查看进度按钮。
### /track?id=xxx
进度条、7步状态、交付日期、沟通记录、留言入口。
### /admin
6阶段按钮需求分析、方案设计、后端开发、前端开发、测试、完成。
进度滑块、交付按钮、归档、历史tab。
### API端点JS源码
POST /api/orders 创建订单
GET /api/orders/search 查询
GET /api/orders/active 当前列表
GET /api/orders/archived 历史列表
PUT /api/orders/{id} 更新状态/进度/评论
POST /api/orders/analyze AI分析
### 阻塞
API返回Cannot POST /api/orders。前端静态文件正常后端未启动。
## 锁定
系统架构前端完整API不通。
下一步:确认硅谷服务器后端进程。