This updated feature provides several views of sessions:

* sessions - standard /sessions node teasers
* session_voting - voting views
* schedule - selected sessions schedule with time slot and room
* my_schedule - user flagged sessions on user page tab
* featured_sessions - promoted sessions

Comments

coltrane’s picture

StatusFileSize
new77.66 KB
coltrane’s picture

Status: Active » Needs review
ezra-g’s picture

Status: Needs review » Needs work

I see duplicate "my session" menu links with this update, one of which goes to the admin view.

ezra-g’s picture

Actually, looks like those dupes are already present before this patch.
With the patch a lot of the views having missing handlers, probably from DCCO cck fields that aren't present. I'm taking a look at which ones of those we might like to package :).

ezra-g’s picture

Wanted to note here that it would be nice to do a hook_requirements check for the available options on fields like 'time slot' and other session fields which vary from event to event, to remind admins to populate these fields,

ezra-g’s picture

Status: Needs work » Needs review
StatusFileSize
new83.45 KB

Here's a pretty large patch that includes the following:

- Changed "sessions" to "submitted sessions" in menu link for consistency
- Empty text for submitted sessions view
- Consolidated all per-user session agenda views (block, user/x/agenda) to the my_schedule view

The following fieldsets are now part of the session content type:

Schedule -- restricted by cck field perms to the new "session organizer" role.
- Day
- Timeslot
- Room

Audience info
- Track
- Skill Level

ezra-g’s picture

Status: Needs review » Fixed
StatusFileSize
new83.17 KB

I committed this slightly tweaked version that moves the proposed sessions view into the primary links.

Let's continue with other tweaks in new issues. Thanks!

Status: Fixed » Closed (fixed)

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