From: Carl Worth Date: Sun, 1 Nov 2020 18:00:56 +0000 (-0800) Subject: Add some additional todo items from Justin Melvin X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=b0892091db1ab7d2192b25d9c4c9614dc3b7c3ba;hp=0d7a941b561bae51a6d7ae6d4d803cc172f79834;p=turbot Add some additional todo items from Justin Melvin Thanks for these additional ideas! --- 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