summaryrefslogtreecommitdiff
path: root/DEV.org
diff options
context:
space:
mode:
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