feat(ECR-012–016): 合规、题库、时辰刷新、头像、MBTI OEJTS 与埋点

落地输入合规、探索题库、报告日/时辰刷新、账号头像、OEJTS 量表,并补齐 H5 埋点与 Admin 漏斗;同步 ESS 工件、切至自建 Git、清理 GitHub Actions。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-13 01:27:58 +08:00
co-authored by Cursor
parent 13860bf1ef
commit 89756f65b4
227 changed files with 7405 additions and 1407 deletions
+33
View File
@@ -0,0 +1,33 @@
# 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