]> git.cworth.org Git - turbot/commitdiff
Update TODO now that initial round selection is available
authorCarl Worth <cworth@cworth.org>
Fri, 1 Jan 2021 06:04:57 +0000 (22:04 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 1 Jan 2021 06:04:57 +0000 (22:04 -0800)
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

diff --git a/TODO b/TODO
index da13ce62b1e02a1169e08d823e433136eaded615..edbafc5489a9de38a7900716e07846a403339262 100644 (file)
--- 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.