PKP Bugzilla – Bug 4260
Allow for customization of conference schedule listing
Last modified: 2009-05-29 10:43:53 PDT
See http://pkp.sfu.ca/support/forum/viewtopic.php?f=14&t=4486&p=17454#p17454 and http://pkp.sfu.ca/support/forum/viewtopic.php?f=3&t=4406 Allow for users to customize the layout of the the conference schedule, e.g. to be able to list special events within the rest of the events (and not underneath them). We could also implement different presentation styles for the schedule, e.g. the current scheme, or a more compact format as implemented by Martin in the latter of the above two forum posts, and perhaps other layout styles. Also implement time-saving features such as specifying default session length and automatically adjust start time of new sessions to reflect the previous session's end time.
Created attachment 1877 [details] Patch against OCS pre-2.3 CVS I opted not to implement the automatic time adjustment features, they seemed like more trouble to implement than its worth (with lots of complex javascript). I can take a stab at it later if someone thinks its important. See the following attachment for a screenshot of the display settings form.
Created attachment 1878 [details] Screenshot of schedule display settings form
Created attachment 1879 [details] Patch against OCS pre-2.3 CVS Cleaned up some of the comments.
Implemented.