Commit graph

12 commits

Author SHA1 Message Date
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
847547c248
Rework queries to be more convenient 2023-09-23 02:35:24 -04:00
6ce463b529
Add player names to tournament query 2023-09-23 00:11:53 -04:00
fe4f82daeb
Rename query response datatypes 2023-09-02 23:25:17 -04:00
98f140afff
Remove generic variable type from QueryUnwrap trait 2023-09-02 21:22:29 -04:00
abd9f947ab
Hide implementation details of query 2023-09-02 19:48:47 -04:00
6287c325ef
Throw out sets containing invalid players
The previous code would keep these sets, but filter out the
invalid players. This has been changed to discard the set entirely.
2023-09-02 18:55:10 -04:00
1d870362b5
Generalize API request to handle teams of any size 2023-09-02 03:15:38 -04:00
38e7b4a018
Simplify API code using cynic flatten 2023-09-02 02:05:45 -04:00
66c6155a53
Get rid of generic ID scalar type 2023-09-02 01:56:14 -04:00
ce03cbcd2a
Workaround bug in server side
It took me SO LONG to figure out what the issue is...
2023-09-02 01:41:44 -04:00
07284bef06
Add tournament query 2023-08-27 16:18:22 -04:00