Almost finished problems logic. TODO: showProblem() part
[vchess.git] / TODO
diff --git a/TODO b/TODO
index d4e48b0..e6641b4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,2 @@
-Styles must be improved (full width for smartphones, selectable text for PGN...)
-Tooltip text should fade (even when mouse stay on it, especially for small screens)
-Checkered stage 2: switch button at reserve position.
-If a played disconnect right after opponent sent a move, it might be never received: secure this
-Think about non-conventional variants with 2 kings for example: undercheck highlight?
-  --> underCheck should return a vector in this case. Adapt.
-       --> incheck should be an array of squares, in general. Think AntiKing
+Finish showProblem() in components/problemSummary.js (send event with infos, and pass message to game component)
+Add new mode in game component: "problem", in which we show description + hidden solution (reveal on click)