lila/todo

47 lines
2.9 KiB
Plaintext
Raw Normal View History

2012-04-25 14:15:35 -06:00
chat should autoscroll only when at bottom
2012-05-06 16:11:39 -06:00
finish flagged game
It's possible to join your own game and win it, which will then be displayed as a win and I saw players who abuse this to manipulate their stats.
2012-05-14 08:43:20 -06:00
player timeout depending on game duration
do not count games vs engine as win/loss
2012-05-17 13:57:17 -06:00
start chess960 after both player move http://fr.lichess.org/forum/lichess-feedback/clock-fairness-in-chess960-games
2012-05-23 17:38:24 -06:00
chess960 confirmation http://fr.lichess.org/forum/lichess-feedback/separate-960-lobby?page=1#7
use play-navigator router case class MyRegexStr(value: String); implicit val MyRegexStrPathParam: PathParam[MyRegexStr] = new PathParam[MyRegexStr] { def apply(s: MyRegexStr) = s.value}; def unapply(s: String) = val Rx = "(\w+)".r; s match { case Rx(x) => Some(x); case _ => None } }
http://codetunes.com/2012/05/09/scala-dsl-tutorial-writing-web-framework-router
2012-05-25 15:05:19 -06:00
use POST instead of GET where it makes sense
make the wiki static html pages managed by git?
2012-06-01 09:07:07 -06:00
guess friend list
2012-06-05 12:59:11 -06:00
tournaments http://www.chess.com/tournaments/help.html
2012-06-17 15:08:19 -06:00
use twitter tooltip instead of tipsy http://twitter.github.com/bootstrap/javascript.html#tooltip
2012-06-19 06:03:17 -06:00
volume control
check(mate) sound
2012-06-19 13:24:02 -06:00
takeback play 2 times ?? http://en.lichess.org/analyse/nfjchnmo/black move 45
movetimes chart
2012-08-02 03:22:49 -06:00
show lobby chat to anon (and rated games?) or show empty chat
2012-06-24 11:44:37 -06:00
show last move on miniboards
also translate websockets error message
2012-07-02 13:47:29 -06:00
@someone = link to someone's profile
2012-07-12 14:18:31 -06:00
analysis not the fastest checkmate, but no best move? http://en.lichess.org/analyse/w3xw8fsw/black
2012-07-12 15:16:36 -06:00
analysis missing last move (and 2 moves in chart)
elo chart average line is late
move while disconnected = move lost. should reload the page on ack timeout.
finish games per day chart
untranslated = https://github.com/ornicar/lila/issues/4
game stats timeline issues http://en.lichess.org/forum/lichess-feedback/move-times
propagate IP ban to the user
admin ip search interface
analyse: show main line for every move http://en.lichess.org/forum/lichess-feedback/about-the-analysis-feature#5
try to show last analysis cp on graph (move 26) http://en.lichess.org/analyse/bwxnx0al
2012-07-28 09:26:25 -06:00
elo range must contain player elo
2012-08-03 06:40:39 -06:00
complete analysis movetimes with tsinnema - requires ms movetimes and db migration
complete search engine using https://github.com/bsadeh/scalastic
2012-08-05 10:58:56 -06:00
localize elo chart dates
recognize tor IPs http://en.lichess.org/forum/staff/cheater-101#9 https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=37.59.32.99
2012-09-04 16:59:21 -06:00
add more system messages to the game chat http://en.lichess.org/forum/lichess-feedback/feedback-about-chat-rooms#2
2012-09-03 14:47:57 -06:00
chess960 second rematch random position http://en.lichess.org/forum/lichess-feedback/return-game-chess-960#1
count ai games in nb wins/losses http://en.lichess.org/@/ivym http://en.lichess.org/forum/lichess-feedback/how-do-the-game-totals-work#1
2012-09-08 03:25:49 -06:00
-> user_stats collection for all nb* fields
index game positions
integrate with google+
elo stats
player search autocomplete regex escapement