落地输入合规、探索题库、报告日/时辰刷新、账号头像、OEJTS 量表,并补齐 H5 埋点与 Admin 漏斗;同步 ESS 工件、切至自建 Git、清理 GitHub Actions。 Co-authored-by: Cursor <cursoragent@cursor.com>
35 lines
905 B
Markdown
35 lines
905 B
Markdown
# TEST_REPORT · ECR-014
|
||
|
||
**Date:** 2026-08-13
|
||
**Result:** PASS(工程师自测)
|
||
**Retrospective:** true
|
||
|
||
## Unit
|
||
|
||
```bash
|
||
cd apps/api && go test ./internal/service/home/ ./internal/service/report/ -count=1
|
||
# ok
|
||
```
|
||
|
||
## Migration
|
||
|
||
- `home_daily_tips` 表已存在于本地 Postgres(000023)
|
||
|
||
## Contract
|
||
|
||
- OpenAPI:`HomeDailyTips` + `EnvelopeHomeDailyTips`;`GrowthReport.summary` 注明 `as_of`/`valid_until` 换日原地刷新
|
||
- 前端已消费:`useHomeDailyTips` · `scheduleRefresh` · star/rhythm composables
|
||
|
||
## Acceptance map
|
||
|
||
| Item | Evidence |
|
||
|------|----------|
|
||
| daily-tips 时辰字段 | service DailyTips JSON tags · OpenAPI schema |
|
||
| star/rhythm 换日 | temporal.go + temporal_test · service Get/Latest 调用 |
|
||
| OpenAPI | proto/openapi.yaml |
|
||
| go test | home + report PASS |
|
||
|
||
## Process debt(必记)
|
||
|
||
实现早于 ECR;本报告不声称正序路径。
|