Commit graph

21 commits

Author SHA1 Message Date
Kiana Sheibani 14b5b2cafd
Display set counts in player info 2023-11-27 01:05:58 -05:00
Kiana Sheibani 72884497c1
Restructure SQL tables 2023-11-26 15:26:55 -05:00
Kiana Sheibani c06c18c0ba
Implement basic player info command 2023-11-26 14:26:09 -05:00
Kiana Sheibani 3836ccfb9f
Add hyperlink to video game in start.gg 2023-11-26 00:22:48 -05:00
Kiana Sheibani 1aa85bd989
Fall back to event time if set time isn't recorded 2023-11-18 20:53:31 -05:00
Kiana Sheibani 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
Kiana Sheibani 5f522473aa
Make scalar types transparent 2023-11-03 18:11:39 -04:00
Kiana Sheibani 79bf8e95e6
Store set IDs in database 2023-11-03 18:09:08 -04:00
Kiana Sheibani 73b5e4fc43
Move scalar definitions to separate file 2023-11-02 15:16:35 -04:00
Kiana Sheibani 5d935ab059
Track set counts for players 2023-11-02 15:14:28 -04:00
Kiana Sheibani 6f969cd231
Fix underflow bug when computing time decay 2023-11-02 14:03:01 -04:00
Kiana Sheibani 3d97028b92
Add more configurable metadata to datasets 2023-10-13 18:15:25 -04:00
Kiana Sheibani 71b81789f3
Transition to Glicko-based scoring system 2023-10-13 15:23:36 -04:00
Kiana Sheibani 473b9c60a6
Write unit tests and fix various bugs 2023-10-05 01:47:09 -04:00
Kiana Sheibani 1421720b2b
Various improvements 2023-10-03 01:26:25 -04:00
Kiana Sheibani 07f95ddd17
Require query variables to be Copy 2023-10-02 20:34:54 -04:00
Kiana Sheibani 23ecce06d5
Add more metadata to datasets 2023-10-02 20:29:39 -04:00
Kiana Sheibani a4f130b36e
Add better error messages 2023-10-01 14:55:15 -04:00
Kiana Sheibani e16b0be447
Separate sync query to reduce complexity 2023-09-30 18:16:00 -04:00
Kiana Sheibani 9feba1a136
Various fixes 2023-09-30 04:37:10 -04:00
Kiana Sheibani dd4f0838ab
Move CLI crate to root of workspace
Somehow I missed that this was a thing you could do? It's a much
cleaner organization, and it makes it so that you don't have to
explicitly specify the crate to build.
2023-09-23 03:01:36 -04:00