Sprint 6: report review workflow, CI/K8s, and client tabs.
CI / api-test (push) Has been cancelled
CI / web-build (push) Has been cancelled

Add coach review APIs, pose calibration thresholds, Gitea CI, Kubernetes skeleton, H5 practice page, and mini program tab bar.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-23 11:44:11 +08:00
parent 1aaef71f52
commit a400130c67
27 changed files with 636 additions and 27 deletions
@@ -662,7 +662,7 @@
<div class="demo-topbar">
<div>
<span class="title">产品交互 Demo</span>
<span class="badge" id="demoStageBadge">Sprint 5 · AI 评分 / PDF / H5</span>
<span class="badge" id="demoStageBadge">Sprint 6 · 复核 / CI / K8s</span>
</div>
<div class="demo-topbar-actions">
<button type="button" class="btn-api-toggle" id="apiModeToggle" title="连接本地 FastAPI">API 联调关</button>
@@ -377,12 +377,19 @@ happy-up/
- H5 四 Tab UI(首页/筛查/报告/训练)对齐 Demo 配色
- 微信小程序壳 `apps/mini`
### 10.9 Sprint 6 下一步
### 10.9 Sprint 6 已完成
1. 真实视频数据集标定与模型精度调优
2. 小程序完整 Tab + 跟练页
3. 报告复核工作流 + 消息通知
4. 生产部署(K8s / CI-CD
- 报告复核工作流(高风险 → `pending_review` → 教练 approve/reject
- 姿态指标标定配置 `app/ai/calibration.py`
- Gitea CI`.gitea/workflows/ci.yaml`+ K8s 部署骨架(`deploy/k8s/`
- H5 跟练页 + 小程序 TabBar(首页/筛查/训练
### 10.10 Sprint 7 下一步
1. 生产镜像构建与 Registry 推送
2. 报告复核后台 UIAdmin Web
3. 消息通知(短信/模板消息)
4. 真实数据集标定与 A/B 指标对比
---