11 Commits

Author SHA1 Message Date
Jack Jackson
f120336f1d Add cursory "biggest movers" stats
Also adds rudimentary testing framework for seeding a database from a
given `.db` SQLite file. Probably extract this for general use!
2024-08-23 09:26:22 -07:00
Jack Jackson
2fb5a291e5 Implement incremental updating
When `seed/all_in_one` is now called, it will update with only that data
that exists later than the most-recently-played* game, allowing the
upload to be used repeatedly without having to clear the database.

\* Actually, "highest-ID game", as we haven't implemented
`list_games_by_date`, yet
2024-07-27 20:05:28 -07:00
Jack Jackson
e4ea529fbe Cosmetic and final-basic functionality
At this point it _should_ be just about usable for folks to poke-around
in, though ugly as sin.
2024-06-09 09:45:56 -07:00
Jack Jackson
ac4bdd09b8 First implementation of ELO logic 2024-03-03 19:18:06 -08:00
Jack Jackson
83d2fcb9d1 Ruff-format 2024-01-31 20:46:04 -08:00
Jack Jackson
fbbaadd098 Flesh out player and deck HTML 2024-01-31 19:48:58 -08:00
Jack Jackson
5472dbc8b9 Convert to FastAPI 2024-01-26 22:53:56 -08:00
Jack Jackson
c38187a64e Add OpenAPI definition and Swagger UI 2024-01-24 20:53:27 -08:00
Jack Jackson
ada7473610 Add Deck CRUD 2024-01-24 19:57:47 -08:00
Jack Jackson
9758991ca5 Add ruff (no automation yet) 2024-01-23 22:48:36 -08:00
Jack Jackson
51d6a85955 Very rudimentary tests 2024-01-23 22:41:37 -08:00