docs: update TODO list with recent fix
Test / unit-tests (push) Successful in 2m10s
Pull Request / unit-tests (pull_request) Successful in 2m4s
Pull Request / acceptance-tests (pull_request) Failing after 2m0s
Pull Request / analyze-bump-type (pull_request) Has been skipped

This commit is contained in:
2026-03-31 23:45:38 -07:00
parent 5caa284b3c
commit 1c9f70c3ed
+4
View File
@@ -30,6 +30,10 @@
- [ ] Update MatchEditor to use tournament-specific target score - [ ] Update MatchEditor to use tournament-specific target score
- [ ] Run tests and verify variant scoring implementation - [ ] Run tests and verify variant scoring implementation
### Recently Completed ✅
- [x] Fix Prisma build error in CI pipeline (Docker build failure due to missing DATABASE_URL validation)
- [x] Add defensive checks to src/lib/prisma.ts to prevent build failures
### Recently Completed ✅ ### Recently Completed ✅
- [x] Add OpenSkill rating system support (src/lib/openskill-utils.ts) - [x] Add OpenSkill rating system support (src/lib/openskill-utils.ts)
- [x] Add Glicko2 rating system support (src/lib/glicko2-utils.ts) - [x] Add Glicko2 rating system support (src/lib/glicko2-utils.ts)