Fix Titan Chess
[vchess.git] / TODO
diff --git a/TODO b/TODO
index c5a7b0a..1ab5046 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,28 +1,11 @@
-au moins l'échange des coups en P2P ? et game chat ?
+PROBABLY WON'T FIX:
+Embedded rules language not updated when language is set (in Analyse, Game and Problems)
+If new live game starts in background, "new game" notify OK but not first move.
 
-Use better-sqlite3 instead of node-sqlite3:
-https://www.npmjs.com/package/better-sqlite3
+"FreeBoard", re-using a lot of Board logic, but with SVG (empty) board + SVG (empty) reserves.
+Will be used for variants with custom non-rectangular board (Hex, at least)
+Or, with other board shapes (see greenchess.net for example)
 
-Canvas for hexagonal board Vue reactivity :
-https://stackoverflow.com/questions/40177493/drawing-onto-a-canvas-with-vue-js
-custom directives ?
-
-Desktop notifications:
-https://developer.mozilla.org/fr/docs/Web/API/notification
-
-Dans variant page, "mes parties" peut toujours contenir corr + importées (deux onglets)
-En fin de partie (observée ou non), bouton "import game" en + de "download game" ==> directement dans indexedDB
-Import game : en local dans indexedDb, affichage dans "Games --> Imported"
-Importer des parties : nécessite de parser le PGN produit (possible, un peu pénible)
-
-mat en 2 échiqueté : brnkr3/pppp1p1p/4ps2/8/2P2P2/P1qP4/2c1s1PP/R1K5
-(Bb3+ Kb1 Ba2#)
-
-espagnol : jugada ou movimiento ?
-fin de la partida au lieu de final de partida ?
-
-Server:
-Later: use http2
-https://webapplog.com/http2-node/
-https://www.npmjs.com/package/spdy
-Express 5?
+Would be nice to display some better variants names (Pacosako -> Paco-Ŝako etc),
+but the "formatted" name with uppercase + all lower cases would still be required.
+(For example in variants list, or tournament variant field).