From: Ant Zucaro Date: Sun, 3 Apr 2011 12:37:44 +0000 (-0400) Subject: Add new TODOs. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fd8405afed18e1dc2af2262c51f051644d9ee443;p=xonotic%2Fxonstat.git Add new TODOs. --- diff --git a/README.txt b/README.txt index 7fcf400..5fce5eb 100644 --- a/README.txt +++ b/README.txt @@ -23,3 +23,9 @@ To get a Xonotic server configured to use this server, change the CVAR "g_player set g_playerstats_uri http://localhost:6543/stats/submit If you have any questions or issues please open up a bug report here, or - better yet ! - fork it and send me a pull request. + +TODO: + +- "e matches" and "e joins" seem to be mutually exclusive. Add a check for either (instead of just joins" before adding a player_game_stats record). + +- map names are being recorded multiple times in the maps table. They should be found when being played subsequent times.