summaryrefslogtreecommitdiff
path: root/DEV.org
blob: ad8eab4402b685126f83dd6076570b1c082007da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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