Drupal4Gov / Drupal-GovCon-2015

Drupal GovCon 2015 website
MIT License
1 stars 2 forks source link

Attendee custom schedule #124

Closed timwood closed 9 years ago

timwood commented 9 years ago

Look into how to enable customized schedules for attendees.

timwood commented 9 years ago

Custom schedule flag is available and bundled with COD but permissions limit use to Admin role. Additionally, the link doesn't display in the existing "links" object on the session node panel pane. Actually, no links display there. Not sure why.

Can manually add the flag object as a panel pane on the session panel via Entity > Flag for Node.

One option would be to have it as a link in the top right as seen here:

screen shot 2015-07-09 at 11 42 05 pm

Might also be convenient to add from global site Schedule page and Accepted sessions list/grid. When added to Schedule page it would need some styling help:

screen shot 2015-07-09 at 11 53 08 pm

When added to Sessions grid it looks good:

screen shot 2015-07-09 at 11 47 30 pm

We could even include a count of how many attendees have flagged each session:

screen shot 2015-07-10 at 12 00 31 am

Unfortunately COD's default way to view your custom schedule is via a url under the massively ugly Program functionality here: https://www.drupalgovcon.org/drupal-govcon-2015/program/mine and ends up looking like this:

screen shot 2015-07-10 at 12 06 27 am

Thoughts @bendygirl @jdearie @jonraedeke @cmndr-king @dsheffler

onelittlebecca commented 9 years ago

I like what you did w adding it to the grid and stuff but I agree the my schedule sessions view/page is ugly and not really overly uhhhh pretty for attendees.

I do think it is a functionality we need but yea. There. My two cents.

Becca

Typed by thumbs

On Jul 10, 2015, at 12:09 AM, Tim Wood notifications@github.com wrote:

Custom schedule flag is available and bundled with COD but permissions limit use to Admin role. Additionally, the link doesn't display in the existing "links" object on the session node panel pane. Actually, no links display there. Not sure why.

Can manually add the flag object as a panel pane on the session panel via Entity > Flag for Node.

One option would be to have it as a link in the top right as seen here:

Might also be convenient to add from global site Schedule page and Accepted sessions list/grid. When added to Schedule page it would need some styling help:

When added to Sessions grid it looks good:

We could even include a count of how many attendees have flagged each session:

Unfortunately COD's default way to view your custom schedule is via a url under the massively ugly Program functionality here: https://www.drupalgovcon.org/drupal-govcon-2015/program/mine and ends up looking like this:

Thoughts @bendygirl @jdearie @jonraedeke @cmndr-king @dsheffler

— Reply to this email directly or view it on GitHub.

jonraedeke commented 9 years ago

This is great! Is there a way we could clone the global schedule view we are using and filter by current user's flag?

bendygirl commented 9 years ago

Keep in mind our goal in doing this is about overflow. If we plot something for B that really needs Balcony A, this gives us an option to move things around.

Sent from my iPhone

On Jul 10, 2015, at 6:15 AM, Jon Raedeke notifications@github.com wrote:

This is great! Is there a way we could clone the global schedule view we are using and filter by current user's flag?

— Reply to this email directly or view it on GitHub.

timwood commented 9 years ago

Honestly, I don't think we'll get enough participation in this feature, even if we promote it heavily, to determine something like that, @bendygirl.

timwood commented 9 years ago

I see it more as a convenience for attendees.

dsheffler commented 9 years ago

I've had a lot of people personally request a custom schedule so if we can get it done, I think it could be a nice win for us.

Sent from my iPhone

On Jul 10, 2015, at 8:57 AM, Tim Wood notifications@github.com wrote:

Honestly, I don't think we'll get enough participation in this feature, even if we promote it heavily, to determine something like that, @bendygirl.

— Reply to this email directly or view it on GitHub.

timwood commented 9 years ago

I think @jonraedeke's idea about cloning the schedule view is a good one. Only bad thing is it's overly complicated (panel + views within a view using views fields, ick!) so I think it will take a bit of effort to accomplish.

cmndr-king commented 9 years ago

I agree that it would be great to have but the real value will be having it as soon as the schedule is released next year. We can promote this and get it used but I’m not sure if enough will use it in the next week.

I agree that the summary view doesn’t look the best – how does it look on mobile? For a big conference that I’m involved with, they use sched.org that looks like this (http://www.sla.org/attend/2015-annual-conference/2015-online-planner/) :

[cid:image003.jpg@01D0BAF2.FFC3FA30]

-James


James King, MLS, FSLA

http://about.me/cmndr_king

From: dsheffler [mailto:notifications@github.com] Sent: Friday, July 10, 2015 9:21 AM To: Drupal4Gov/Drupal-GovCon-2015 Cc: King, James (NIH/OD/ORS) [E] Subject: Re: [Drupal-GovCon-2015] Attendee custom schedule (#124)

I've had a lot of people personally request a custom schedule so if we can get it done, I think it could be a nice win for us.

Sent from my iPhone

On Jul 10, 2015, at 8:57 AM, Tim Wood notifications@github.com<mailto:notifications@github.com> wrote:

Honestly, I don't think we'll get enough participation in this feature, even if we promote it heavily, to determine something like that, @bendygirl.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHubhttps://github.com/Drupal4Gov/Drupal-GovCon-2015/issues/124#issuecomment-120409417.

timwood commented 9 years ago

sched.org creates a very nice schedule. The recent Federal IT Symposium used it, just not sure how it would integrate (feed data to it) with Drupal and that's certainly a bigger lift than we can accomplish in time for this year.

timwood commented 9 years ago

I've created a My Schedule and will export to features today. Jon plans to style tonight and I'll try to release as soon as possible after that.

screen shot 2015-07-13 at 11 48 37 am screen shot 2015-07-13 at 11 48 52 am screen shot 2015-07-13 at 11 48 23 am
timwood commented 9 years ago

Custom schedule is live. Let me know if there are issues.