]> git.xonotic.org Git - xonotic/xonstat.git/commit
Provide an option to show elo deltas on the game info page.
authorAnt Zucaro <azucaro@gmail.com>
Wed, 14 Nov 2012 04:02:56 +0000 (23:02 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Wed, 14 Nov 2012 04:02:56 +0000 (23:02 -0500)
commite339794d7e776b81447ba4e08163d38cb916e39f
treefd7b35635a4df479f3e072d025c3e621ad07a992
parentc77556e81a67bc82805a2242d9075e4edfd92a0a
Provide an option to show elo deltas on the game info page.

I was tired of looking at the actual elo deltas by bouncing
between the player_info and game_info pages for several
players just to see their collective elo delta values. This
provides a query parameter "show_elo" to the game info page
to show the extra elo delta column.

As a bonus, the up/down/neutral arrows on the player_info
page will take you to a scoreboard page where those values
are shown.
xonstat/templates/game_info.mako
xonstat/templates/player_info.mako
xonstat/templates/scoreboard.mako
xonstat/views/game.py