update todo list, remove debug

This commit is contained in:
Thibault Duplessis 2012-09-16 23:44:10 +02:00
parent 4b7fc49cf2
commit 4e8b26a818
2 changed files with 1 additions and 3 deletions

View file

@ -69,7 +69,7 @@ object Tournament extends LilaController {
private def showFinished(tour: Finished)(implicit ctx: Context) = for {
roomHtml messenger render tour
games gameRepo games (tour recentGameIds 4).pp
games gameRepo games (tour recentGameIds 4)
} yield html.tournament.show.finished(
tour = tour,
roomHtml = Html(roomHtml),

2
todo
View file

@ -47,8 +47,6 @@ add opera to list of supported browsers (with websocket trick)
tournament ties
tournament detect leavers and withdraw them (started) (also use force resign)
^ game with no move = withdraw
tournament show clock on game page
tournament withdraw resigns playing games
tournament make pairings overflow hidden http://en.lichess.org/tournament/kswnkqr3
tournament only show trophy when tour is over
send lobby new forum posts html through websockets