nineworldsgeekfest / scheduler

Scheduling solution for a content-heavy conference, built on Rails
GNU General Public License v2.0
2 stars 3 forks source link

programs.loc should probably be factored out into a locations table #36

Open mattjuk opened 8 years ago

mattjuk commented 8 years ago

The loc field for programs was really a shortcut to avoid having a better schema for rooms or locations. If we're doing this right, we should really factor that out into a separate object / table.

danwhitston commented 8 years ago

Agreed. I left it in rather than revisiting as trying to replicate existing functionality seemed more important, but obvs there's a disconnect between the generalisation to multiple conferences and still having hard-coded rooms. Would suggest this is one for after we get the basic interface and model restrictions working on existing stuff.