Peter has done some work on a D7 session grid view. Can you please post that here so others can contribute.
kthxbye

Comments

japerry’s picture

The 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!

ezra-g’s picture

Status: Active » Postponed

From the perspective of the COD maintainer team, the recommended schedule format is vertical schedule. Marking as postponed pending completion of a solid vertical schedule.

mrconnerton’s picture

I 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.

japerry’s picture

Thanks Mrconnerton! When you're ready to work on this, please assign this issue to yourself and set it to active.

chrisguindon’s picture

Status: Active » Postponed

I 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

japerry’s picture

Status: Postponed » Active

Thats awesome! Chris, any chance you'll be at BADcamp?

chrisguindon’s picture

I wish I was but I will not be at BADcamp this year.

Status: Postponed » Active
deanochips’s picture

Issue summary: View changes

I personally used views_datasource to hook into a the "xhtmlscheduler" liberty

i am very happy with it
http://www.star-global-conference.com/scheduler/

japerry’s picture

Status: Active » Fixed

The 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.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.