Skip to content

6.126.0

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:43
· 4198 commits to main since this release

Summary: Groundwork for upcoming automatic scheduling assistance
Release Date: Thu, April 9, 2020 at 4:25 PM UTC
Release Author: Henrik Levkowetz


  • Merged in ^/branch/dash/automatic-scheduler@17395 from sasha@dashcare.nl,
    which adds groundwork for upcoming automatic scheduling assistance:

    ~ Added a management command to create a dummy IETF 999 meeting.

    ~ Added display of new constraints and joint sessions to agenda builder
    interface.

    ~ The new timerange, time_relation and wg_adjacent constraints, along with
    the joint_with_groups option, are now reflected in the special requests
    field. This allows them to be taken into account while scheduling
    sessions.

    ~ Clarified the wording in the session request form regarding conflicts
    with BOFs.

    ~ Added support for structured entry and storage of joint sessions in
    meetings:

    • Also adds additional tests for the SessionForm
    • Fixes a javascript error in session requests for non-WG groups,
      that could cause incorrect form behaviour.
    • Expands the tests added in [17289] a bit.

    ~ Added support for the timerange, wg_adjacent and time_relation
    constraints. This adds three new constraints to the database and
    relevant UIs:

    • timerange: "This WG can't meet during these timeframes"
    • wg_adjacent: "Schedule adjacent to another WG (directly following,
      no breaks, same room)"
    • time_relation: schedule the two sessions of one WG on subsequent
      days or with at least one day seperation

Coverage

chart