chore: update plan checklist

This commit is contained in:
2026-02-02 23:51:34 +08:00
parent f7f0a89723
commit 7bf192ae1e

View File

@@ -50,14 +50,37 @@ docs/
**Format**: `[ID] [P?] [Story] Description`
### Phase 1
- [ ] T001 [US0] 梳理 Portal 核心页面与断言
- [ ] T002 [US0] 梳理 Superadmin 核心页面与断言
- [x] T001 [US0] 梳理 Portal 核心页面与断言
- [x] T002 [US0] 梳理 Superadmin 核心页面与断言
### Phase 2
- [ ] T010 [US1] 编排 MCP 步骤(导航/登录/断言/错误检查)
- [x] T010 [US1] 编排 MCP 步骤(导航/登录/断言/错误检查)
### Phase 3
- [ ] T020 [US2] 输出并归档测试清单
- [x] T020 [US2] 输出并归档测试清单
## UI 测试执行清单(勾选即执行)
### Portal
- [x] 登录 `/auth/login`13800138000 / OTP 1234勾选条款
- [x] 首页 `/t/:tenantCode` 加载无报错
- [x] 内容详情 `/t/:tenantCode/contents/1`(正文/评论可见)
- [x] 订单 `/t/:tenantCode/me/orders` 列表有数据
- [x] 已购 `/t/:tenantCode/me/library` 列表有数据
- [x] 收藏 `/t/:tenantCode/me/favorites` 有数据
- [x] 点赞 `/t/:tenantCode/me/likes` 有数据
- [x] 消息中心 `/t/:tenantCode/me/notifications` 无报错
- [x] 创作者中心 `/t/:tenantCode/creator` 可访问
### Superadmin
- [x] 登录 `/super/auth/login`superadmin/superadmin123
- [x] Dashboard 载入
- [x] Orders 列表有数据
- [x] Finance提现/流水/异常)有数据
- [x] Notifications → 模板管理编辑并保存
- [x] System Configs 展示 `site_name/support_email`
- [x] Audit Logs 有最新操作
- [ ] Notifications 群发后在 Portal 消息中心出现新记录(需人工确认)
## Dependencies