Files
jackyu66gitandCursor 89756f65b4 feat(ECR-012–016): 合规、题库、时辰刷新、头像、MBTI OEJTS 与埋点
落地输入合规、探索题库、报告日/时辰刷新、账号头像、OEJTS 量表,并补齐 H5 埋点与 Admin 漏斗;同步 ESS 工件、切至自建 Git、清理 GitHub Actions。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 01:27:58 +08:00

34 lines
923 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.
# TEST_REPORT · ECR-013
**Date:** 2026-08-13
**Result:** PASS(工程师自测)
## Unit
```bash
cd apps/api && go test ./internal/scalebank/ ./internal/integration/ -run 'TestCatalogCuratedASet|TestScaleBankResultRoundtrip' -count=1
# ok
```
## Vitest
```bash
cd apps/user-h5 && npx vitest run src/pages/ScalePage.spec.ts
# 3 passed(含 bank slug 结果回看)
```
## Acceptance map
| Acceptance | Evidence |
|------------|----------|
| catalog 精选+四分类;无临床 | TestCatalogCuratedASet · Has("yyzcs") false |
| bank Submit/Latest · R8 | TestScaleBankResultRoundtrip · ScalePage.spec bank case |
| 精选图标互异 | TestCatalogCuratedASet seen[icon] |
| `/explore` 返回 | AppHeader showBack 含 `/explore` |
| OpenAPI | `proto/openapi.yaml` `/scale-bank/*` |
## Notes
- 题目 embedDB 仅 EnsurePublished stub
- 其它 WIP(时辰 tips / 星座日刷 / 头像)不在本 ECR