Closed (fixed)
Project:
Conference Organizing Distribution Support Modules
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2013 at 22:34 UTC
Updated:
27 Apr 2014 at 19:10 UTC
Jump to comment: Most recent
Comments
Comment #1
japerryThe sandbox for this is here...
http://drupal.org/sandbox/pwolanin/1884410
I hope to get this integrated as another option for the scheduler, but haven't had time yet. if someone wants to work on it, patches welcome!
Comment #2
ezra-g commentedFrom the perspective of the COD maintainer team, the recommended schedule format is vertical schedule. Marking as postponed pending completion of a solid vertical schedule.
Comment #3
mrconnerton commentedI think the decision at the con was this would go into contrib. I talked to peter during sprints and he showed me around his schedule and showed me where his code was. I'm going to compare and contrast his and my schedule and make something for dcavl in the next month or so and get it in a sandbox.
Comment #4
japerryThanks Mrconnerton! When you're ready to work on this, please assign this issue to yourself and set it to active.
Comment #5
chrisguindon commentedI did some work on this yesterday and tonight. I created a sandbox project with the code:
https://drupal.org/sandbox/chrisguindon/2117329
This module is a fork of the work done by pwolanin https://drupal.org/sandbox/pwolanin/1884410.
Path for the Grid schedule view: node/%/schedule/session/%
The first argument is the event id and the second is the date (Y-m-d).
For example:
node/1/schedule/session/2013-10-21
Repository viewer (github):
https://github.com/chrisguindon/cod_schedule
Comment #6
japerryThats awesome! Chris, any chance you'll be at BADcamp?
Comment #7
chrisguindon commentedI wish I was but I will not be at BADcamp this year.
Comment #9
deanochips commentedI personally used views_datasource to hook into a the "xhtmlscheduler" liberty
i am very happy with it
http://www.star-global-conference.com/scheduler/
Comment #10
japerryThe new COD base theme (Pisces) includes a responsive grid view which will turn into a single column when viewed on mobile. Its pretty sweet ;)
Marking as fixed for now.