From d0386b8524cc9e62adddbde2cb2957bbfe2a9545 Mon Sep 17 00:00:00 2001 From: Sasha Romijn <sasha@dashcare.nl> Date: Tue, 2 Jun 2020 17:39:25 +0000 Subject: [PATCH] Add link to docs in automatic schedule builder. - Legacy-Id: 17907 --- ietf/meeting/management/commands/schedule_generator.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ietf/meeting/management/commands/schedule_generator.py b/ietf/meeting/management/commands/schedule_generator.py index 08b7d138a..d6ae243a4 100644 --- a/ietf/meeting/management/commands/schedule_generator.py +++ b/ietf/meeting/management/commands/schedule_generator.py @@ -1,4 +1,6 @@ # Copyright The IETF Trust 2020, All Rights Reserved +# For an overview of this process and context, see: +# https://trac.tools.ietf.org/tools/ietfdb/wiki/MeetingConstraints from __future__ import absolute_import, print_function, unicode_literals import calendar @@ -82,7 +84,6 @@ class ScheduleHandler(object): for bc in models.BusinessConstraint.objects.all() } - # TODO: ensure these filters are correct timeslots_db = models.TimeSlot.objects.filter( meeting=self.meeting, type_id='regular',