3 Commits

Author SHA1 Message Date
b174da3dc5 Add comprehensive test suite: 75 tests (ELO, DB, integration, handlers) 2026-02-26 12:47:51 -05:00
75576ce50c v3.0.0: Complete refactor - modular structure, unified ELO, tests 2026-02-26 12:43:15 -05:00
d4c0bb889b docs: comprehensive documentation for all modules and handlers
- README.md: full project docs with features, API endpoints, Glicko-2 explanation
- main.rs: doc comments for all 18 HTTP handlers
- db/mod.rs: schema and migration documentation
- models/mod.rs: Player struct and Glicko-2 parameter docs
- Fixed route syntax (:id instead of {id}) for Axum 0.7 compatibility
2026-02-07 19:19:50 -05:00