Commit graph

16 commits

Author SHA1 Message Date
d238c3b67e
Add 'loss' to game outcomes in case nothing else has been found 2023-12-23 02:48:35 +01:00
707c1814ef
adjust database scheme: rename some fields and introduce rating type to
variants
2023-12-20 01:20:49 +01:00
5553124d59
maximum streak sorting: use age of streak as tiebreak 2023-12-08 17:47:32 +01:00
1b3ca35dd6
use string representations for game outcomes 2023-12-05 16:02:08 +01:00
d8ef86dcfe
some cleanup 2023-11-24 17:28:40 +01:00
a6c96c7b04
some log output 2023-11-24 15:09:21 +01:00
94d698ad14
Compute current streaks for statistics 2023-11-24 13:12:41 +01:00
9ba98a1f47
fix naming: {current -> maximum} streak 2023-11-24 12:43:26 +01:00
058d87f5bf
Add comments to DB queries for statistics 2023-11-24 12:33:57 +01:00
18607699c9
stats: add number of lost crits 2023-11-24 12:22:53 +01:00
ddd751f0f3
Add code to analyze all games for bdrs
Also update stats code to accumulate these into the user stats
2023-11-24 12:19:37 +01:00
852f2ea329
add more user statistics 2023-11-24 11:42:37 +01:00
bb3be235d9
compact DB queries 2023-11-24 11:21:24 +01:00
cc08f032e3
Calculate streak lengths for users 2023-11-24 11:12:58 +01:00
729dbb9085
Stats: Compute played and won games 2023-11-23 22:05:46 +01:00
16105d1965
stats: implement total number of moves 2023-11-23 21:33:32 +01:00
Renamed from src/statistics.py (Browse further)