]> de.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)
committerJan Behrens <zykure@web.de>
Sun, 23 Dec 2012 14:18:34 +0000 (15:18 +0100)
commitde9c8abb10785f0944ffbb066826e1338dfcf029
treecc8b56ae9f09a68d6985f5490223ad5f2ac44a77
parent7074ae2d63ff7871a030fd89217696f9d8b71165
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