feat: expose authoritative ranked profile

This commit is contained in:
Josh Creek
2026-08-31 21:27:21 +01:00
parent 846663e320
commit 236cca30ba
4 changed files with 82 additions and 8 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ product policy are in [`docs/MATCHMAKING.md`](docs/MATCHMAKING.md).
- [ ] **IN PROGRESS:** Implement the documented exact Glicko-2 equations, fractional 3v3
weights, inactivity/update locking/golden vectors and ten provisional games.
Backend-owned provisional status and validated ranked-tier derivation now exist;
authoritative profile transport and client display remain.
authenticated ranked-profile transport now exists; client display and
persisted tier configuration remain.
- [ ] **IN PROGRESS:** Add ranked-only exactly-once 12-week soft seasons; distinguish retryable
result-delivery outages from match-integrity failures and rating exemptions.