Commit Graph

162 Commits

Author SHA1 Message Date
816bf0d940
add worker thread for endgame analysis 2024-01-13 15:35:49 +01:00
20f4cfc67e
convenience function 2024-01-13 14:35:24 +01:00
bfe83d4f43
load endgame actions from db 2024-01-13 14:32:48 +01:00
5c6c8a6b14
Add functions to analyze endgames with external program 2024-01-13 14:27:45 +01:00
25cfd06f1b
change database format 2024-01-12 20:20:23 +01:00
d717a9df36
introduce endgames table 2024-01-12 19:54:27 +01:00
4e459c4888
make label shorter 2024-01-12 19:52:36 +01:00
316ee30be1
Add suit count to tables 2024-01-11 19:27:54 +01:00
869598a886
Add charts with player elo progression 2024-01-10 20:16:23 +01:00
7e1d0d4b7c
change field names 2024-01-10 16:30:30 +01:00
01bdd9544e
remove player from participant list on own page 2024-01-10 02:46:23 +01:00
c6c9ab8377
change label in plot 2024-01-09 18:42:50 +01:00
d05be232b9
Add ELO charts to player pages 2024-01-09 18:41:46 +01:00
1d07cf67b1
fix: handling bdrs from ones 2024-01-01 11:38:57 +01:00
ea723bdaff
fix: count ones as bdr only if the second copy is lost 2023-12-31 20:23:00 +01:00
542d40282a
correctly detect bottom deck situations 2023-12-31 20:17:17 +01:00
7a1adfa178
remove print 2023-12-31 12:06:17 +01:00
975c275718
name PSQL subquery 2023-12-31 12:05:38 +01:00
7e06a09509
remove unneeded dependency 2023-12-31 12:04:21 +01:00
e249ff5cf7
change x-axis scale: number games for elo charts 2023-12-31 12:03:52 +01:00
5a7db5a873
stash 2023-12-30 23:03:36 +01:00
6408d24de9
add variant elo progression charts 2023-12-30 23:03:36 +01:00
aedf4a1008
Fix: evaluate k-factor per rating type correctly
For a low number of games (K=20 for default config),
the K-factor is higher than usual. This was evaluated globally
and not per rating type as it should be.

This commit introduces counting the number of played games per
rating type now, leading to K-factors which are independ across
rating types
2023-12-30 22:00:20 +01:00
b16b90e1c1
Add API endpoint 2023-12-28 23:59:46 +01:00
57a5a6aa35
variant stat overview per rating type 2023-12-28 23:13:45 +01:00
4b3c4eb3cf
fix url encoding in player names 2023-12-28 12:25:12 +01:00
38530ee303
add rating description 2023-12-28 11:53:01 +01:00
5af11b9134
add list of games to variant pages 2023-12-27 18:42:50 +01:00
1481817a72
remove prints 2023-12-27 17:33:34 +01:00
42b103343c
fix update 2023-12-26 18:01:58 +01:00
7a44378e9e
remove prints 2023-12-26 17:28:50 +01:00
a529a72388
add cli to refresh all games 2023-12-26 17:23:53 +01:00
78bdd8397c
rework game fetching: deduplicate code, fetch timestamps 2023-12-26 17:19:02 +01:00
e01b7fe823
Add time stamps to games in tables 2023-12-26 16:16:35 +01:00
181dd35ea6
Revert "Add time stamps to games in tables"
This reverts commit 41e8fb9c85.
2023-12-26 14:11:53 +01:00
66a08496d8
stats page: add list of variant ratings 2023-12-26 13:47:31 +01:00
41e8fb9c85
Add time stamps to games in tables 2023-12-26 12:49:53 +01:00
498f460ccd
leader cards: implement ties 2023-12-26 12:49:53 +01:00
1c1d9664bd
better table: default sort + % sign 2023-12-25 01:41:21 +01:00
052a9142eb
change table mode 2023-12-25 00:06:43 +01:00
d7bd6a2241
remove columns from player table 2023-12-24 23:46:24 +01:00
eed442f0a3
column description alignment: center 2023-12-24 23:43:10 +01:00
8c29d0ddc0
remove print 2023-12-24 23:40:16 +01:00
c525f80fe9
postgres: add table alias to query 2023-12-24 23:39:34 +01:00
8e1b84467b
Add player tab featuring table of players 2023-12-24 23:33:36 +01:00
d3f0f56244
only show active players in leaderboards 2023-12-24 11:35:39 +01:00
7446bd2916
Add table of played games to user pages 2023-12-23 10:50:18 +01:00
d238c3b67e
Add 'loss' to game outcomes in case nothing else has been found 2023-12-23 02:48:35 +01:00
38cd891b5b
add LICENSE: gplv3 2023-12-22 22:34:48 +01:00
4a05a7f849
fix tables: prevent js error 2023-12-22 20:19:57 +01:00