From 17910240453aa4b0f8710128d9251c3eeb6865b5 Mon Sep 17 00:00:00 2001 From: "Stanislav Ch. Nikolov" Date: Wed, 23 Aug 2023 01:20:29 +0300 Subject: [PATCH] Update TODO --- TODO.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO.txt b/TODO.txt index e69e43f..1bbe13a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,14 +1,15 @@ High: - - Optimize the query in backend/arena.ts: pickBotByNumberOfGamesPlayed. - It counts the number of games played by each bot, and then picks a bot. - Takes 200ms, should be more like 2ms. + - Optimize the query in backend/arena.ts: pickBotByNumberOfGamesPlayed. + It counts the number of games played by each bot, and then picks a bot. + Takes 200ms, should be more like 2ms. + - Developer page, list a dev's bots Mid: - Add "fen" string view on the game page - Add token count to each bot in the db - - Optimzie the renderer in the live games page + - When you click on a bots profile, if they are currently in a game, that game should be shown live at the top of the site. Low: - Make the timer update if you leave the page open overnight. - - Maybe optimize with websockets? + - Maybe optimize with websockets? \ No newline at end of file