From 00f6c963b93d717a415d53933784f20c963375f9 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 31 Dec 2020 22:04:57 -0800 Subject: [PATCH] Update TODO now that initial round selection is available One TODO item is clearly complete here: The new multi-select field in the modal form when creating a puzzle. That's working well enough that I don't think we need the separate /round command so I'm dropping that from the TODO. Two little things are needed to really make round support complete: * Display/grouping of rounds in the Turbot home view * Select same rounds (by default) when creating a new puzzle in the same channel of an existing channel --- TODO | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index da13ce6..edbafc5 100644 --- a/TODO +++ b/TODO @@ -17,13 +17,10 @@ not delaying until after bigger features below.] Round management ---------------- -• Add a /round command to create a new round. This is like a puzzle in - that it has its own channel, but different in that it doesn't accept - a solution, etc. +• Group the puzzles in the Turbot home view by round -• Add an (optional) drop-down at puzzle creation for selecting a known - round for a puzzle, (or creating a new round). Ensure this mechanism - allows for puzzles to exist in multiple rounds. +• Select round fields by default based on the round of the puzzle for + the channel in which `/puzzle` is invoked. • Consider putting a round prefix into the channel name to group a round's puzzles in the channel list. -- 2.43.0