You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
974 B
20 lines
974 B
|
3 weeks ago
|
# 核心流程静态 demo
|
||
|
|
|
||
|
|
Label: wayfinder:prototype
|
||
|
|
Type: prototype
|
||
|
|
Status: claimed
|
||
|
|
Blocked by: 05
|
||
|
|
|
||
|
|
## Question
|
||
|
|
|
||
|
|
用 /prototype 技能做一个零构建的静态 HTML+JS 单页 demo(放 `demo/` 或 `deploy/demo/`,纯 fetch 直调后端 API,无 Node/构建链),覆盖核心流程的**点击级**验证,作为前端联调的「正确传参照」:
|
||
|
|
|
||
|
|
- 登录(token 存取)
|
||
|
|
- 省市区三级级联下拉(`/api/rule/region/*`)+ 字典下拉(渠道/品牌/需求产品/需求场景)
|
||
|
|
- 新增线索表单(含必填/非必填实测、字典与区划提交值)+ 连续新增
|
||
|
|
- 四列表页(线索公海/我的线索/我的关注/线索管理)分页 + 筛选
|
||
|
|
- 线索流转:领取/跟进反馈/释放/转商机/分配
|
||
|
|
- 公海池配置(新增/编辑)
|
||
|
|
|
||
|
|
要求:每个接口的请求/响应原文直接渲染在页面上;页面直接抛出的错误(4xx/5xx/字段缺失)一目了然。验完部署至测试服务器 `nginx/html/demo/`。
|