lila/todo

67 lines
4.2 KiB
Plaintext
Raw Normal View History

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-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
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-09-08 03:25:49 -06:00
index game positions
2012-09-08 07:54:18 -06:00
elo stats (branch elostats)
2012-09-12 14:23:14 -06:00
add elo titles (like 2300+ = FM)
tournament berserker = half time, double points
2012-09-15 03:11:30 -06:00
chat icons (k) (K)
blind accessible
2012-09-16 07:28:41 -06:00
tournament ties
2012-12-25 15:54:05 -07:00
not possible to copy the link URL invite when using a touch device. Can this be easily fixed by adding an automatic "copy" button next to the link?
2012-10-11 03:28:52 -06:00
search bug http://en.lichess.org/games/search?players.a=&players.b=&players.winner=&eloMin=&eloMax=&hasAi=&aiLevelMin=&aiLevelMax=&variant=&mode=1&opening=&turnsMin=&turnsMax=&durationMin=&durationMax=&status=35&dateMin=&dateMax=&sort.field=tu&sort.order=asc
2012-10-19 12:03:55 -06:00
takeback substract time for person granting
add fullscreen mode for spectators and load new games in a loop (based on certain filter options) - thus creating a chess tv channel
only team forum posts on the homepage?
2012-12-28 17:32:48 -07:00
team list sort by date, name, popularity, avg elo, team elo, ...?
2012-12-28 19:27:25 -07:00
download 10.000 best elo games http://en.lichess.org/inbox/v1p6hokg#bottom
2012-12-29 20:33:28 -07:00
sound config (like sound on game join, not moves)
2013-01-04 07:45:43 -07:00
start clock after black move http://en.lichess.org/forum/lichess-feedback/shouldnt-the-time-start-time-after-blacks-first-move#3
2013-01-26 17:03:06 -07:00
national flags http://en.lichess.org/forum/lichess-feedback/suggestion-display-national-flag#4
restrict hook creation by IP
2013-01-05 07:29:43 -07:00
show tournament trophies on user profile
recognize pgn in forum and show a pgn4web
analyse wrong blunder count http://en.lichess.org/analyse/95ioy2y5
correspondance chess https://github.com/ornicar/lila/issues/12
add source to chess search
add pgn names to chess search
2013-02-26 13:19:23 -07:00
kid mode (on subdomain?) or start-from-scratch mode (connect to DB depending on subdomain)
2013-02-27 11:43:58 -07:00
explain point of importing games
2013-03-11 21:11:51 -06:00
captcha highlight opponent king
2013-05-04 09:38:48 -06:00
optional email http://en.lichess.org/forum/lichess-feedback/secret-question----password-recovery
2013-05-06 03:25:09 -06:00
chess variants https://github.com/ornicar/lila/issues/2://github.com/ornicar/lila/issues/25
2013-05-10 03:57:18 -06:00
stream game export
2013-05-14 14:12:55 -06:00
from MoralIntentions email:
- More tie-breaking options and stats (in Tournament): https://en.wikipedia.org/wiki/Tie-breaking_in_Swiss_system_tournaments, especially Sonneborn-Berger and Tournament Performance Rating.
- Several options of how points should be given to players (for example: Score * Sonneborn-Berger * Tournament Performance Rating * Percentage Score [for example: 0.64] / 1000) and therefore also several Leaderboards.
- The possibility of team matches (with solutions for players who are in several teams), where the team leader has to choose the board order, where the team results are shown and where the team player (who has played all of the games of the match) with the highest Percentage Score gets crowned Player of the Match of team "A".
correspondance chess http://en.lichess.org/forum/lichess-feedback/correspondence-chess#1
2013-06-07 08:41:52 -06:00
badges for top players in Elo and number of games
2013-05-30 04:36:52 -06:00
the forum search user:mephostophilis returns no result
2013-06-04 04:05:41 -06:00
players world map
2013-06-05 02:08:22 -06:00
account closed accounts in team counts
IE10 no sound toggle http://en.lichess.org/forum/lichess-feedback/notification-of-game-creation#3
show friend games in homepage board
2013-06-08 19:34:44 -06:00
replace plot with watch plot when game starts
team search is broken
2013-06-12 06:27:57 -06:00
liquid UI for large screens http://fr.lichess.org/forum/lichess-feedback/hi-res#5
2013-06-14 00:41:41 -06:00
customize piece images
2013-06-15 07:09:35 -06:00
customize sound notifications http://imgur.com/70WVyb5
2013-07-30 15:02:12 -06:00
better moderator UI
2013-08-01 06:08:04 -06:00
analyse: show continuations
TV channels (bullet, blitz, standard, ...)
allow castling and analysis for FEN games whenever possible
2013-08-01 15:09:02 -06:00
realtime computer analysis of TV game
store TV games history
show user win stats on TV page
move cancels draw offer http://en.lichess.org/forum/lichess-feedback/draw-offer-is-not-rejected-automatically-bug#5
2013-08-02 05:19:30 -06:00
truncate db.room and db.watcher_room messages
2013-08-02 03:09:13 -06:00
DB
--
db.game4.ensureIndex({'me.tv':-1},{sparse:1})
2013-08-02 05:19:30 -06:00
db.watcher_room.find({$where:function(){ return this.messages.length > 900;}})