obfuscurity / judy

Bespoke service for reviewing CFP submissions
http://obfuscurity.github.io/judy
Other
25 stars 6 forks source link

Event management #6

Closed obfuscurity closed 10 years ago

obfuscurity commented 10 years ago

Currently we're hardcoded to :event_id => 1 which is fine for development, but makes no damn sense in production. Need the ability to at least seed and set the name of the event somewhere.

obfuscurity commented 10 years ago

Right now there's no pressing need for a full Events view. The only thing we even store in the events table right now is the name, and that's not even referenced anywhere yet. The long-term thinking was to support multiple (sequential) events within Judy for historical purposes, but tbh, that's a nice-to-have.