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