Commit graph

22 commits

Author SHA1 Message Date
b3ff055fd3
Use time filters instead of page switching
This change allows us to avoid the bug of only being able to
access up to 10000 tournaments before start.gg's API throws
an error.
2023-12-01 18:32:55 -05:00
504184e69b
Refactor access of current time 2023-12-01 18:32:32 -05:00
00d0195595
Modify how set limit affects ratings 2023-11-28 15:30:40 -05:00
14b5b2cafd
Display set counts in player info 2023-11-27 01:05:58 -05:00
72884497c1
Restructure SQL tables 2023-11-26 15:26:55 -05:00
1aa85bd989
Fall back to event time if set time isn't recorded 2023-11-18 20:53:31 -05:00
847d879287
Work around a terrible, terrible start.gg bug
I honestly don't even know what to say about this one.
2023-11-18 20:43:16 -05:00
ff454e3cae
Add set limit to algorithm 2023-11-03 22:39:18 -04:00
094ee5452b
Fix certain events crashing GraphQL code
This might be the stupidest bug I've ever encountered. How is it even
possible that this could have happened. What the fuck
2023-11-03 18:09:33 -04:00
79bf8e95e6
Store set IDs in database 2023-11-03 18:09:08 -04:00
5d935ab059
Track set counts for players 2023-11-02 15:14:28 -04:00
3d2a02c1b4
Tweak rating algorithm code 2023-11-02 14:04:03 -04:00
6f969cd231
Fix underflow bug when computing time decay 2023-11-02 14:03:01 -04:00
3d97028b92
Add more configurable metadata to datasets 2023-10-13 18:15:25 -04:00
71b81789f3
Transition to Glicko-based scoring system 2023-10-13 15:23:36 -04:00
f905dfdbc3
Remove outdated code 2023-10-05 22:14:29 -04:00
473b9c60a6
Write unit tests and fix various bugs 2023-10-05 01:47:09 -04:00
2e3bd017f3
Implement RNR rating adjustment 2023-10-04 18:06:44 -04:00
1421720b2b
Various improvements 2023-10-03 01:26:25 -04:00
23ecce06d5
Add more metadata to datasets 2023-10-02 20:29:39 -04:00
a4f130b36e
Add better error messages 2023-10-01 14:55:15 -04:00
e16b0be447
Separate sync query to reduce complexity 2023-09-30 18:16:00 -04:00