From 97dde60e5366dfac019f95ce79d63d78d4aacf91 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sat, 9 Jan 2021 22:15:41 +0000 Subject: [PATCH] Add a TODO --- code_submitter/tables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code_submitter/tables.py b/code_submitter/tables.py index eb1cc05..783f27c 100644 --- a/code_submitter/tables.py +++ b/code_submitter/tables.py @@ -59,6 +59,7 @@ ), ) +# TODO: constrain such that each team can only have one choice per session? ChoiceForSession = sqlalchemy.Table( 'choice_for_session', metadata,