summaryrefslogtreecommitdiff
path: root/DEV.org
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-07 11:12:15 -0600
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-01-07 11:12:15 -0600
commitaee7f487f97c10c15b6c7b48156cc95db19d9137 (patch)
tree9ccdb9b7a3e356ed39f2ed71b2d04b7e2718df20 /DEV.org
parent9a040d4e78ab07eb9c482a40042f2ba92d2a8e3b (diff)
First Draft of hero creation and login
Diffstat (limited to 'DEV.org')
-rw-r--r--DEV.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/DEV.org b/DEV.org
new file mode 100644
index 0000000..ad8eab4
--- /dev/null
+++ b/DEV.org
@@ -0,0 +1,16 @@
+* Four fings for wargfood
+** DONE Make Heroes
+ - [X] route to serve the form
+ - [X] form to enter a name
+ - [X] route handler to take the post & persist object
+** DONE Enter the tavern
+ - [X] Wot's Yer Name, Fella? (make the form)
+ - [X] handle post (set a cookie/header)
+ - [X] make a tavern page
+** TODO Make Campaigns
+** TODO Make Monsters (in campaigns)
+** TODO Attack Monsters (assign heroes / change status)
+
+* More fings for wargfood
+** TODO Setup Auth / User Reg
+** TODO Deploy