nineworldsgeekfest / scheduler

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

Add tracks CRUD #17

Closed danwhitston closed 8 years ago

danwhitston commented 8 years ago

Question: are we still using 'tracks' as a categorising approach? I'm guessing this will still work regardless, as it's just a many to many relation on program with some kind of label.

danwhitston commented 8 years ago

Question: does a track have a many-to-many relation with a conference, or a many-to-one? To ensure only active tracks appear when working on a particular event, it's undoubtedly necessary to have a relation. It's just whether the 'same' track rolls over multiple events or gets attached to just one. I'm going with 'rolling over' as there may be utility in following how tracks develop over time.