devict / ictgj-voting

The ICT GameJam Voting Application
1 stars 4 forks source link

Allow multiple database files, one per gamejam #19

Closed br0xen closed 4 years ago

br0xen commented 6 years ago

This will enable future planned functionality. This probably means splitting things up so that

  1. The site itself has a config.db or something similar to store site configuration
  2. The config.db database stores a reference to each other gamejam database
  3. A section in 'Admin' for creating/configuring new gamejams
br0xen commented 6 years ago

I think we can probably just leave the main db named as it is and store the currently running gamejam in it. When a jam is complete, we can archive it to it's own file.