Hermes Agent
|
0145d6690f
|
feat(share-link): 正式分享链接 API + 复核/报告页分享按钮前端改造
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled
新增:
- POST /api/share-link: 创建正式分享链接(需 admin 角色)
- DELETE /api/share-link/{id}: 撤销分享链接
- 复核结果页 / 报告就绪状态页: 分享按钮改造为调用正式 API
- 移除 window.location.href 跳转的旧实现
- 改用 fetch + navigator.share / clipboard API
- 失败时显示具体错误,不再静默
测试: 7 项通过(API 鉴权 + 创建/撤销 + 前端按钮改造)
- test_share_link_api.py: 5 项 (401/403 鉴权, admin 创建 review_result/report, 撤销)
- test_share_link_frontend.py: 2 项 (复核/报告页不再用 window.location)
已知后续工作(未包含在本 commit):
- test_share_status_panel.py: 期望 status 页面渲染'当前分享状态'面板,当前未通过
- 将在下一个 commit 完成 panel 集成
|
2026-06-29 21:01:44 +08:00 |
|