-
Notifications
You must be signed in to change notification settings - Fork 21
schedule
Those of you with schedule admin privs can edit the schedule in the django admin or the /schedule landing pages. The url works like this /schedule/<slug>/edit/
- https://conference.scipy.org/scipy2014/schedule/talks-posters/edit/
- https://conference.scipy.org/scipy2014/schedule/bofs/edit/
- https://conference.scipy.org/scipy2014/schedule/sprints/edit/
The edit UI could be improved. If you run in to problems please email the tech chairs.
example UI screenshots
Setting up the time grid is finicky. If the time grid is wrong, talk to me about it.
Once you have a schedule page with a time grid, you can assign talks to talk fields, and override text on non-talk fields.
https://www.dropbox.com/s/4r4aypppc2dau4r/schedule_grid_edit.png
You can assign talks by using the + button. That will pull up an edit widget with a drop-down. If you click on the drop-down, you can scroll through accepted talks, or start to type in a string which will filter the list. You have to type in the exact start of the string. e.g. If the talk is talk 1, you'd start typing #001
to narrow the results.
https://www.dropbox.com/s/9xbz66gw3vqult5/dropdown_dialog.png
Non-talk grid types can have their descriptions changed. When you click those you will get a textarea dialog.
https://www.dropbox.com/s/r6ob938z4wyyci7/content_override.png