Commit graph

3 commits

Author SHA1 Message Date
Ana
f65778b4fe Event model improvements
- Drop selected_event_schedule function
- Rename scheduled_room and scheduled_start_time to room and time as If there is no selected_schedule, the event is not scheduled: selected_schedule_room and selected_schedule_time
2016-08-02 00:41:37 +02:00
Ana
af75334353 Do not use JS to initialize the schedule
- Only use JS for the drag&drop functionality and to the set/alter the time and rooms of the EventSchedule object.

- Introduce has_many :events, through: :event_schedules association to get unscheduled event easily
2016-08-02 00:06:23 +02:00
Ana
cb9253ff07 SchedulesController introduced
The actions #schedule and #events were moved from conference controller to the new controller
2016-08-02 00:06:22 +02:00