From b0892091db1ab7d2192b25d9c4c9614dc3b7c3ba Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 1 Nov 2020 10:00:56 -0800 Subject: [PATCH] Add some additional todo items from Justin Melvin Thanks for these additional ideas! --- TODO | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f2f86f1..e5b1605 100644 --- 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 @@ -24,8 +26,16 @@ 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 -- 2.43.0