Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavNikolov committed Aug 22, 2023
1 parent 04e1c1d commit 1791024
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -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?

0 comments on commit 1791024

Please sign in to comment.