{% extends "base.html" %} {% block helppage %}
This is the topic lead scheduling screen.
On the left side you'll see the Proposals to schedule. That's the list of sessions that are in Preapproved state that you need to include in your schedule. On the right side you have the resulting Schedule, with one rectangle for each time slot you have available in your topic.
You assign sessions to slots simply by drag-and-dropping from the left column to the right column. You remove a session from a slot by clicking the icon that appears next to it.
Assigned sessions switch to Scheduled state, and their status cannot be changed anymore from the topic review screen. You have to remove them from the schedule if you want to change their status.
You can assign multiple sessions in a single slot. If you do that, it's generally a good idea to also rename the merged session title and provide a small description that will appear before each merged session descriptions. You can do so by clicking on the icon in the slot.
You can also swap slots positions in your schedule, while keeping their content intact, by clicking on the icon.
Once your schedule is complete, you can click on the Push to Sched button to sync your schedule with the general sched.org online schedule.
{% endblock %} {% block content %}