From: Carl Worth Date: Fri, 1 Jan 2021 06:04:57 +0000 (-0800) Subject: Update TODO now that initial round selection is available X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=00f6c963b93d717a415d53933784f20c963375f9 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 --- 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.