]> git.cworth.org Git - lmno-todo/blobdiff - TODO
nogit-sync commit
[lmno-todo] / TODO
diff --git a/TODO b/TODO
index 412ebc6d13a184e9fef6c685b803a3c59efe9aa6..43b30ef53952844f7cded9532e17b997f9d71a4f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,9 @@
 Ordered list (repeating some of the below)
 -----------------------------------------
 
-1. Get lmno-server test suite passing on master
+1. Fix empathy bug with rejoining (Andrew as Zombie)
 
-2. Code up Scribe glyph detection
-
-3. Fix empathy bug with rejoining (Andrew as Zombie)
-
-4. Finish implementing Empires
+2. Finish implementing Empires
 
 Empathy
 =======
@@ -67,6 +63,27 @@ no history beyond a single message per sender)
 
 Fix bug that allows people to re-reveal characters after game has started.
 
+Flempires (flutter-based client)
+--------------------------------
+
+Bring client up to latest Empires API approach
+
+  Pre-allocate a game ID in the server for flempires to use (QRST, say)
+
+  Change flempires from using https://families.cworth.org/api to
+  instead use https://lmno.games/empires/QRST
+
+  Add UI to ask user for a game ID, (obviating the QRST ID)
+
+  Add UI to generate a new game ID, (allow flempires to work on its own)
+  Example:
+               curl -X POST https://lmno.games/new/empires
+                Returns: "WLJG"
+
+  Implement player registration by POSTing to /register (without cookie)
+
+  Implement registration with /profile and then /register (requires cookie)
+
 Scribe
 ======