]> jfr.im git - erebus.git/commitdiff
Update TODO
authorJohn <redacted>
Thu, 27 Aug 2015 03:35:01 +0000 (22:35 -0500)
committerJohn <redacted>
Thu, 27 Aug 2015 03:35:01 +0000 (22:35 -0500)
TODO

diff --git a/TODO b/TODO
index fc53047b19a0c4c0ad6a2c127e1f41ee8f0babf9..2abd70c7f1ab09c1bfa10ceb088684b0d81580ab 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,15 +1,8 @@
-== trivia ==
-v1:
-       ability to modify parameters (HINTNUM, etc) & store in db instead of code
-       voting for next round target points
-v2:
-       multi-channel
-       team play
-       statistics
-
 == other ==
-module for user management
-module for channel management
+module: user (global access) management
+module: channel access management
+module: chanop (kick/ban/etc)
+module: userinfo (store f.e. country code, for other modules)
 
 
 == ?????? ==
@@ -17,24 +10,24 @@ module for channel management
 - Add no-such-command error to Bot().parsemsg
 
 
-== wibble ==
-main features
-
+== trivia ==
+[X] dynamic question/answers (simple maths e.g. n+7=randomnumber(4-9), what day of the week was it yesterday)
+[X] twitter notifications of new rounds
+[X] multiple answers (how can you cook an egg? boil|fry|poach|scramble)
 [X] progressive clues
 [X] anti-cheat mechanism (copy/paste random characters)
-team play (Create/edit/addplayer/removeplayer) needs password & email address for team captain
-stats. lots of them. (per round/lifetime stats, fastest, biggest streak, team stats, etc)
-question management system done via irc AND web interface
-live high score table on webpage (stats accessible)
-channel & user management (bans/kicks/ops/voice/etc)
-
+v1
+       ability to modify parameters (HINTNUM, etc) & store in db instead of code
+       voting for next round target points
+       question management system done via irc AND web interface
+       automatic periodically displaying top 10 by country (assigned countries by stored player stats)
 
-additional features
 
-error reporting system (one exists with hashie but it sucked and no one checked it)
-[X] dynamic question/answers (simple maths e.g. n+7=randomnumber(4-9), what day of the week was it yesterday)
-[X] twitter notifications of new rounds
-[X] multiple answers (how can you cook an egg? boil|fry|poach|scramble)
-list aggregation (able to change different question lists currently in use. i.e. tv/movies/music/general/etc categories)
-automatic periodically displaying top 10 by country (assigned countries by stored player stats)
-auto topic changes for last round won (configurable by a text file or similar)
+v2
+       multi-channel
+       team play (Create/edit/addplayer/removeplayer) needs password & email address for team captain
+       stats. lots of them. (per round/lifetime stats, fastest, biggest streak, team stats, etc)
+       live high score table on webpage (stats accessible)
+       error reporting system (one exists with hashie but it sucked and no one checked it)
+       question categories (able to change different question lists currently in use. i.e. tv/movies/music/general/etc categories)
+       auto topic changes for last round won (configurable by a text file or similar)