]> git.cworth.org Git - turbot/blobdiff - TODO
Fix storage of rounds for new puzzle creation
[turbot] / TODO
diff --git a/TODO b/TODO
index 2d2e7280b44d75e8d45218e2d43a287cb36391e0..ca8ec0e5311135c6e8a932c9e61104d9a33028a2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,27 +3,13 @@ Recently-proposed ideas (not yet prioritized)
 • Set-up an announcements Slack channel that's auto fed by email to a
   particular email address.
 
-Low-hanging fruit
------------------
-
-[These are not highest priority, but are so easy that they are worth
-not delaying until after bigger features below.]
-
-• Fix /puzzle dialog to reject a puzzle with the same URL as an
-  existing puzzle.
-
-• Make /solved clear the state string for a puzzle.
-
 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.
@@ -78,11 +64,6 @@ File uploads
 Opt-out of channel invitations
 ------------------------------
 
-• Drop the auto-invitation of all hunt members to every new channel.
-
-• Announce all newly-created puzzles in the main hunt channel, (so
-  that hunt members can easily click to join).
-
 • Consider adding a user option to allow a user to opt-in to auto
   invitation for all newly-created puzzle channels
 
@@ -108,16 +89,6 @@ Un-prioritized items
 
 • Add support for recording/displaying those who have current roles
 
-• Decide a good plan for audio/video calls for puzzles and integrate
-  that into Turbot.
-
-• Inspect the CloudWatch logs for our Turbot AWS Lambda during the time
-  period of the active hunt, (October 24-31), find and diagnose any
-  errors that occurred during that period. Users reported seeing
-  "Trouble connecting" (probably during new-puzzle dialog submission)
-  as well as "dispatch_failed during /state command (perhaps due to a
-  state string that was very long).
-
 • Think about some way to express solve priority
 
 Lower priority