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
+5
View File
@@ -163,3 +163,8 @@ class ReportMetric(BaseModel):
value: float
level: str
confidence: float
class ReportReviewRequest(BaseModel):
action: str = Field(description="approve or reject")
note: str | None = None