From: Benjamin Auder Date: Fri, 8 Feb 2019 15:27:44 +0000 (+0100) Subject: Work on sockets + challenge system X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=b4d619d12f3b983c188ca94826e101928016f013;hp=03608482744c433ad284f4b61e85b2e8cff4f5f3 Work on sockets + challenge system --- diff --git a/_tmp/TODO b/_tmp/TODO index 02787bf3..86d36fe3 100644 --- a/_tmp/TODO +++ b/_tmp/TODO @@ -1,3 +1,11 @@ +--> correspondance: stocker sur serveur lastMove + uid + color + movesCount + gameId + variant + timeleft +fin de partie corr: supprimer partie du serveur au bout de 7 jours (arbitraire) +// TODO: au moins l'échange des coups en P2P ? et game chat ? + +// TODO: surligner "hall" (menu) si nouveau défi perso (reçu) et pas affichage courant +// de même surligner "my games" si c'est à nous de jouer dans une partie (corr) +// ==> myGames componentn + Game component must listen for "new move" events + Hall + problems : similar pages, with "New game[problem]" button with a list of variants. --> but display all challenges (and all problems) diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 674305a2..145d8987 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1,3 +1,5 @@ + +