]> git.cworth.org Git - turbot/blob - TODO
Update TODO
[turbot] / TODO
1 • Make /solved report to the main hunt channel
2
3 • Make /solved rename the puzzle's channel to include a "-solved" suffix
4
5 • Make /solved clear the state string for a puzzle.
6
7 • Implement an /archive command to allow for easy archiving of a
8   channel for a solved puzzle
9
10 • Implement code to close out an entire hunt after the fact
11
12 • Implement a /hunt command for giving an overview of the entire hunt,
13   (like the Turbot "home" view but available in any channel)
14
15 • For "/hunt" display only unsolved puzzles by default, but also allow
16   for "/hunt all" to display all puzzles
17
18 • On the Turbot home screen allow a dropdown for Unsolved/Solved/All
19   puzzles
20
21 • For both "/hunt" and the Turbot home screen allow for a search
22   string that will search through puzzle names, puzzle IDs, puzzle
23   URLs, and state strings.
24
25 • Add an (optional) drop-down at puzzle creation for selecting a known
26   round for a puzzle, (or creating a new round). Ensure this mechanism
27   allows for puzzles to exist in multiple rounds.
28
29 • Consider putting a round prefix into the channel name to group a
30   round's puzzles in the channel list.
31
32 • Figure out a good mechanism for linking puzzles to a meta-puzzle
33   that they feed into. Is this different or the same than the round
34   mechanism described above?
35
36 • Implement a command to display the status of the current puzzle
37   within the channel. Need a name for this command.
38
39 • Extend the in-channel puzzle display to also allow editing of all
40   puzzle fields
41
42 • Fix /puzzle dialog to reject a puzzle with the same URL as an
43   existing puzzle.
44
45 • Allow a per-user option to opt out of being auto-invited to all
46   newly-created puzzle channels.
47
48 • Figure out what we want for tagging and searching on tags (beyond
49   what's already possible with the state strings).
50
51 • Decide a good plan for audio/video calls for puzzles and integrate
52   that into Turbot.
53
54 • Inspect the CloudWatch logs for our Turbot AW Lambda during the time
55   period of the active hunt, (October 24-31), find and diagnose any
56   errors that occurred during that period. Users reported seeing
57   "Trouble connecting" (probably during new-puzzle dialog submission)
58   as well as "dispatch_failed during /state command (perhaps due to a
59   state string that was very long).
60
61 • Incorporate puzzle file uploads into the database state for each
62   puzzle. Any file uploaded to the Slack should get included
63   initially, but when editing a puzzle users can drop irrelevant files
64   or label relevant files.
65
66 • Figure out what tool we want to use for shared drawing on a puzzle
67   and integrate that into Turbot, (give a command that will generate a
68   new URL and will insert that URL into the Slack topic and the list
69   of links at the top of the sheet).
70
71 • Come up with a better sheet template
72
73 • Put the puzzle's name into the primary tab of the sheet
74
75 • When copying tabs from the spreadsheet template, don't leave the
76   default "Copy of " text in place.
77
78 • Do something to make it more clear which tabs exist just as
79   backup/reference from the original template vs. any new tab a user
80   has created during the hunt. (Perhaps color the reference tabs
81   differently.)
82
83 • Think about some way to express solve priority