X-Git-Url: https://git.cworth.org/git?p=lmno-todo;a=blobdiff_plain;f=TODO;h=43b30ef53952844f7cded9532e17b997f9d71a4f;hp=cea88b6736ec756a8cee873ff4dbd775a51a9d2d;hb=45c44fb3b31e4b66dcd448c06b2f7d98ca65318a;hpb=f21227c06800cc3c81ed1971cde783b09c42cb40 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 ======