]> git.cworth.org Git - turbot/commitdiff
Add some additional todo items from Justin Melvin
authorCarl Worth <cworth@cworth.org>
Sun, 1 Nov 2020 18:00:56 +0000 (10:00 -0800)
committerCarl Worth <cworth@cworth.org>
Sun, 1 Nov 2020 18:00:56 +0000 (10:00 -0800)
Thanks for these additional ideas!

TODO

diff --git a/TODO b/TODO
index f2f86f1dce56b86f8ffb84b1139b540370763226..e5b1605fc83f2db93cd52ab567577e2268e84f76 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,6 +4,8 @@
 
 • Make /solved rename the puzzle's sheet to indicate its solved status
 
+• Make /solved rename the puzzle's channel to include a "-solved" suffix
+
 • Make /solved clear the state string for a puzzle.
 
 • Implement an /archive command to allow for easy archiving of a
   string that will search through puzzle names, puzzle IDs, puzzle
   URLs, and state strings.
 
+• 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.
+
+• Consider putting a round prefix into the channel name to group a
+  round's puzzles in the channel list.
+
 • Figure out a good mechanism for linking puzzles to a meta-puzzle
-  that they feed into.
+  that they feed into. Is this different or the same than the round
+  mechanism described above?
 
 • Implement a command to display the status of the current puzzle
   within the channel. Need a name for this command.
@@ -64,6 +74,8 @@
 
 • Come up with a better sheet template
 
+• Put the puzzle's name into the primary tab of the sheet
+
 • When copying tabs from the spreadsheet template, don't leave the
   default "Copy of " text in place.
 
@@ -72,3 +84,4 @@
   has created during the hunt. (Perhaps color the reference tabs
   differently.)
 
+• Think about some way to express solve priority