Commit Graph

170 Commits

Author SHA1 Message Date
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
c586f3a92f
fix: calculate stats of games 2023-12-22 18:51:33 +01:00
111320f9cb
update info 2023-12-22 14:26:41 +01:00
bc100e1ceb
update info site 2023-12-22 14:24:02 +01:00
f16a772971
update CLI 2023-12-22 12:45:52 +01:00
d6000a299e
expand cli: include option for full-fledged run 2023-12-22 12:36:13 +01:00
295458f3f6
expand CLI 2023-12-22 12:23:22 +01:00
dee13076e4
proper description for current streak 2023-12-22 11:49:26 +01:00
ef48441483
Fix display of games on webpage: Do not show passive variant rating
changes
2023-12-22 11:38:13 +01:00
4b760e5f84
Variant ratings: Constant sum of rating
Whenever a variants gains/loses points now,
we ensure that the sum of all variant ratings of that type stays
constant by adjusting all other variants in the opposite direction.
2023-12-22 11:20:58 +01:00
707c1814ef
adjust database scheme: rename some fields and introduce rating type to
variants
2023-12-20 01:20:49 +01:00
b376d1b95b
update variants.json url 2023-12-19 22:19:15 +01:00
b68c9ee825
add missing player template 2023-12-11 00:21:01 +01:00
dd13cd4ae9
player pages: add rating, fix bug on rating type 2023-12-11 00:18:54 +01:00
271430e901
Add more hyperlink to player pages 2023-12-10 19:51:21 +01:00
b1d0ae5dfd
Add player pages (draft) 2023-12-10 19:47:07 +01:00
cd3c4190b2
Add links to player column in tables 2023-12-10 12:04:31 +01:00
20a74a0207
Rename CLI 2023-12-09 13:53:05 +01:00
de56d29933
make main file executable 2023-12-09 13:51:59 +01:00
42a0d7059c
Implement fetching new league users 2023-12-09 13:51:10 +01:00
e6407aeaae
modifiy default variant ratings 2023-12-08 22:42:32 +01:00
10cc91f486
move info tab to own template 2023-12-08 22:37:25 +01:00
45300c1779
better variant sorting 2023-12-08 22:16:35 +01:00
0e0bb06780
add dropdown menu for easier variant navigation 2023-12-08 22:12:46 +01:00
5553124d59
maximum streak sorting: use age of streak as tiebreak 2023-12-08 17:47:32 +01:00
42aa041406
fix stored variant ids and streak ordering 2023-12-08 12:46:27 +01:00
bbbcffb8f0
update py-hanabi dep: bugfix 2023-12-08 12:30:23 +01:00
d5ec46a3dd
Generate empty leader cards 2023-12-08 12:02:46 +01:00
459cdee108
Add tabulator as submodule dependency 2023-12-08 11:41:30 +01:00
e2b311d23b
Update info site 2023-12-08 00:56:44 +01:00
7624d4dd43
Add button to return to main site 2023-12-07 16:47:25 +01:00
29e0e9b189
simply variant tables: less data repetition 2023-12-07 16:37:55 +01:00
f90a98765b
change default: fetch variant info 2023-12-07 15:26:42 +01:00
3e5cf7734c
Fix CLI finding packages 2023-12-07 14:31:41 +01:00
f6b0748162
Add default start + end dates 2023-12-07 14:27:13 +01:00
c9c4e3aec6
simplify: use jinja macro 2023-12-05 18:30:15 +01:00
89a14b6bc1
add summary stats 2023-12-05 18:17:06 +01:00
4461a680fd
rename main template 2023-12-05 17:40:38 +01:00
befb81caa8
deduplicate website templates 2023-12-05 17:39:33 +01:00
80964bbe21
html cleanup 2023-12-05 17:28:55 +01:00
1b3ca35dd6
use string representations for game outcomes 2023-12-05 16:02:08 +01:00
de146b779a
interactive tables for game history on variants 2023-12-05 15:44:08 +01:00
31f71c6d5c
first draft of tabulator tables 2023-12-05 15:14:20 +01:00