From 45c44fb3b31e4b66dcd448c06b2f7d98ca65318a Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Tue, 7 Jul 2020 05:35:15 -0700
Subject: [PATCH] nogit-sync commit

---
 TODO | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/TODO b/TODO
index cea88b6..43b30ef 100644
--- a/TODO
+++ b/TODO
@@ -73,6 +73,17 @@ Bring client up to latest Empires API approach
   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
 ======
 
-- 
2.45.2