osem-fcy/app/views/admin
AEtherC0r3 7eea930269 Implement track scheduling
Add track association to schedule
Show schedules in admin sidebar to track organizers
Allow track organizers to manage the schedules of their tracks
Don't allow self-organized track events to be dragged or unscheduled in
a conference schedule
Make scheduled events of self-organized tracks appear semitransparent in
conference schedules
Make the rooms of confirmed self_organized tracks appear semitransparent
and don't allow events to be scheduled to it in the conference schedules
during the dates of its track
Create admin/SchedulesController#new action
Add a button in admin/Schedules#index to create schedules for tracks
Add self_organized scope to Track
Modify Schedules#show to handle track schedules and show a unified
schedule
Allow track organizers to create new schedules for their tracks
Correctly identify scheduled and unscheduled events in Schedules#events
Fix Event#room and Event#time for when the event is scheduled in a track
schedule
Modify Program#selected_event_schedules to include the event_schedules
of selected track schedules
Modify Track#revoke_role_and_cleanup to destroy the track's schedules
and revert its events' state to new
Add tabs for conference and track schedules in admin/Schedules#index
Add button to Create/Show a tracks schedule in Tracks#index and #show
Fix concurrent_events in application_helper because of changes in
Program#selected_event_schedules
Do not take into account cfp_active in Event#valid_track
Modify EventsController#get_tracks accordingly
Enforce cfp_active of track to be enabled for proposals in
ProposalsController#create and #update
Add support for multiple schedules per track
Add selected_schedule_id to Track
Load EventSchedules of selected track schedules for conference schedules
in admin/SchedulesController#show
Modify SchedulesController#show to take into account only the selected
track schedules
Create Event#selected_schedule_id and use it in Event#scheduled? and
Event#time
Validate that an EventSchedule for an event of a self-organized track
belongs to one of the track's schedules
Add 'Manage' button in Tracks#index, #show that sends you to the admin
side of things
Add admin/TracksController#update_selected_schedule to update the
selected_schedule_id of tracks
2017-08-26 00:31:44 +03:00
..
booths Add booths to admin sidebar 2017-08-23 14:09:34 +03:00
campaigns Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
cfps Enable track requests 2017-08-11 16:25:21 +03:00
comments Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
commercials Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
conferences Mention organization name while creating a conference 2017-08-22 18:33:05 +00:00
contacts Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
difficulty_levels Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
emails Add :accept booth to ability 2017-08-18 23:41:38 +03:00
event_types Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
events caching comment counts 2017-07-09 01:57:44 +05:30
lodgings Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
organizations add views for organization admin role 2017-08-22 12:52:47 +00:00
physical_ticket Added Token field for physical_ticket 2017-07-24 16:58:36 +05:30
programs Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
questions show users per question 2015-04-22 18:55:51 +03:00
registration_periods Registration tickets to be set for registration period 2017-08-22 15:20:37 +05:30
registrations Fix registration sorting 2017-06-03 12:37:56 +03:00
reports Fixes for PostreSQL support 2017-06-20 15:49:15 +03:00
resources add validation for name, used and quantity 2017-05-13 18:30:30 +03:00
roles Add to_param to the Track model 2017-07-14 12:38:53 +03:00
rooms Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
schedules Implement track scheduling 2017-08-26 00:31:44 +03:00
splashpages Add confirmed booths to splashpage 2017-08-16 16:51:52 +03:00
sponsors Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
sponsorship_levels Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
targets Remove duplicated label - target/form 2017-07-05 18:39:29 +03:00
tickets Added registration-ticket 2017-08-10 21:15:54 +05:30
tracks Implement track scheduling 2017-08-26 00:31:44 +03:00
users Fix haml-lint error 2017-05-11 11:59:33 +02:00
venues Rename 'ConferenceController' to 'ConferencesController', and 'ProposalController' to 'ProposalsController' 2016-09-30 18:49:44 -04:00
versions minor inprovements and included organizations in changelog 2017-08-24 10:24:13 +00:00
volunteers Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30