Validation: basketball-api#285 — Coach profile page fix
Ticket
Forgejo issue: basketball-api#285 (Coach profile page fix)
Board item: #745
PR: westside-landing#205 — merged to main as commit
What shipped: Fixed coach profile field mapping to match API contract on westside-landing.
Board item: #745
PR: westside-landing#205 — merged to main as commit
e1e2eb7What shipped: Fixed coach profile field mapping to match API contract on westside-landing.
Environment
Production cluster (k3s on archbox). Namespace:
westsidekingsandqueens. ArgoCD app: westsidekingsandqueens (Synced, Healthy).Checks
| # | Criterion | How to Verify | Result | Evidence |
|---|---|---|---|---|
| 1 | Pipeline green on main | Woodpecker pipeline #205 (push for PR #205 merge) | PASS | Pipeline #205 status: success. All steps passed. |
| 2 | Image deployed to pod | kubectl get pod -n westsidekingsandqueens | PASS | Running image: <code>harbor.tail5b443a.ts.net/westsidekingsandqueens/app:e1e2eb7866319d0dcc17cfd00813062dcac2d44c</code>. Matches PR #205 merge commit <code>e1e2eb7</code>. |
| 3 | Pod healthy | kubectl get pod | PASS | Pod <code>westside-landing-659448c7f4-btm44</code> Running, 1/1 Ready. Deployment 1/1 replicas ready. |
| 4 | ArgoCD sync | kubectl get application -n argocd | PASS | ArgoCD app <code>westsidekingsandqueens</code>: Synced, Healthy. |
Verdict
PASS — Pipeline green, correct image deployed, pod healthy, ArgoCD synced. Coach profile page fix is live in production.
Discovered Issues
None.