osem-fcy/app/models
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
..
ahoy Remove program model from ahoy 2016-04-09 15:01:46 +05:30
concerns fix revision count and drop observers 2017-07-09 03:36:57 +05:30
.gitkeep First checkin 2013-01-07 09:04:09 +01:00
ability.rb Request a booth only when cfp is open 2017-08-16 16:51:52 +03:00
admin_ability.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
answer.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
booth.rb Add booth limit 2017-08-18 23:41:38 +03:00
booth_request.rb Introduce Booths for admin 2017-07-18 14:18:42 +03:00
campaign.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
cfp.rb Request a booth only when cfp is open 2017-08-16 16:51:52 +03:00
comment.rb caching comment counts 2017-07-09 01:57:44 +05:30
commercial.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
conference.rb minor inprovements and included organizations in changelog 2017-08-24 10:24:13 +00:00
contact.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
difficulty_level.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
email_settings.rb Add emails for booth's acceptance and rejection 2017-08-14 22:34:17 +03:00
event.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
event_schedule.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
event_type.rb Add schedule interval as attribute of a program 2017-04-01 21:39:20 +03:00
event_user.rb Enable Style/CommentAnnotation Rubocop cop 2017-06-26 16:47:07 +02:00
events_registration.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
lodging.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
openid.rb Fix basic style issues with rubocop 2014-07-21 15:05:58 +02:00
organization.rb minor inprovements and included organizations in changelog 2017-08-24 10:24:13 +00:00
payment.rb add more tests to check Stripe exceptions 2016-08-15 10:59:36 +05:30
physical_ticket.rb Added Token field for physical_ticket 2017-07-24 16:58:36 +05:30
program.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
qanswer.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
question.rb Enable Style/RedundantSelf Rubocop cop 2017-03-28 13:27:52 +05:30
question_type.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
registration.rb Fix rspec tests because of the changes to the cfp 2017-06-27 21:16:46 +03:00
registration_period.rb enable style/dotposition rubocop cop 2017-04-06 23:19:58 -04:00
resource.rb add validation for name, used and quantity 2017-05-13 18:30:30 +03:00
role.rb Use name/title instead of ID for associated object when showing changes 2016-09-26 17:21:45 +05:30
room.rb Add room and dates to tracks 2017-08-11 16:25:21 +03:00
schedule.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
splashpage.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
sponsor.rb Enable Rails/Validation Rubocop cop 2017-03-28 21:47:31 +02:00
sponsorship_level.rb Enable Rails/Validation Rubocop cop 2017-03-28 21:47:31 +02:00
subscription.rb Fix user already subscribed exception 2017-07-23 17:07:28 +03:00
target.rb Enable Style/SpaceAroundOperators Rubocop 2017-02-05 19:43:00 +05:30
ticket.rb Fixed ticket_sold method of ticket model 2017-07-03 06:17:32 +05:30
ticket_purchase.rb Send mail on ticket confirmation. 2017-07-26 11:31:19 +05:30
ticket_scanning.rb Added TicketScanning Model 2017-07-11 17:05:07 +05:30
track.rb Implement track scheduling 2017-08-26 00:31:44 +03:00
user.rb Handle Tracks as resource_type in User#get_roles 2017-08-11 16:25:21 +03:00
users_role.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
vchoice.rb Volunteers, positions and days and volunteers list for admin, volunteering option for attendees 2014-01-01 11:39:59 +02:00
vday.rb Introduce strong parameters 2015-12-23 11:36:50 +02:00
venue.rb Enable Style/RedundantSelf Rubocop cop 2017-03-28 13:27:52 +05:30
visit.rb apply StringLiterals cop (remove double quotes, unless there is string interpolation) 2014-09-02 21:45:07 +03:00
vote.rb Setup basic Revision History page 2016-08-12 13:35:56 +05:30
vposition.rb Enable Rails/Validation Rubocop cop 2017-03-28 21:47:31 +02:00