dungeonsoffear - 2017-04-14

Tonight I worked on the publishing workflow. I drew up a state diagram that has four statues: crafting, pending, approved, and denied. I was going to add an additional table, but decided to instead just add a column to the room table for status message and use a numberic status system. 0=crafting, 1=approved, 2=pending, 3=denied. I kind of hate myself for doing this, because I hate numeric status codes. Sitting here writing this I'm thinking I should probably change it now while I'm still able to easily use the approved field as a foreign key to another table just for status. We'll see.

I'm almost done. I have the non-admin side workingish and I just need to add the admin side. After that I can move on to the game log and history, which I think will be much easier.

  • Game log / email / game history
  • Content creation with inspiration drawn from oldbookillustrations.com
  • admin users, content publishing workflow

2 Hours