-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04e1c1d
commit 1791024
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |