]> git.cworth.org Git - turbot/blob - TODO
Add some recent TODO items
[turbot] / TODO
1 Ordered punch-list (aiming to complete by 2021-01-08)
2 -----------------------------------------------------
3
4 • Add an "archive channel" button that is provided out after a puzzle
5   has been solved.
6
7 • Add tags to the puzzle edit interface
8
9 • Make the /hunt command drop from the database any rounds that have 0
10   puzzles in them
11
12 Recently-proposed ideas (not yet prioritized)
13 ---------------------------------------------
14 • Set-up an announcements Slack channel that's auto fed by email to a
15   particular email address.
16
17 • Have Turbot explicitly report long state strings to the channel,
18   (since the implicit report from settting the abbreviated topic won't
19   have the whole message).
20
21 • Allow a hunt (and perhaps a round) to have multiple URLs
22
23 • Provide an "Archive channel" button in the channel when outputting
24   the message that results from /solved.
25
26 • Would it be helpful to have some sort of "tools" command to collect
27   pointers to useful tools and allow for searching of them?
28
29 • Investigate what from snap2 we could incorporate into our sheets:
30
31   https://github.com/kevinychen/snap2
32
33 • Watch the recent hunt workshop that had some recommendations on
34   tools and see what from that we should incorporate
35
36 • Think about writing some custom solving tools, (like Qat, or
37   Nutrimatic, or Snap2, etc.)
38
39 • Fix slash commands to pass off processing to a separate Lambda and
40   then return immediately (removing the annoying "operation timeout"
41   complaints from Slack even when the command works exactly as it
42   should).
43
44 • Hunt creation and editing should set the hunt channel's topic
45
46 • There should be a state string in the hunt (and support for the
47   /state command) so that there's a supported way to edit the hunt
48   channel's topic without destroying its links.
49
50 • The Turbot Home view and the /hunt output should emit the hunt links
51   and state string (similar to how puzzle links and state strings are
52   already implemented).
53
54 Round management
55 ----------------
56
57 • Select round fields by default based on the round of the puzzle for
58   the channel in which `/puzzle` is invoked.
59
60 Hunt overview commands and filters
61 ----------------------------------
62
63 • On the Turbot home screen allow a dropdown for Unsolved/Solved/All
64   puzzles
65
66 • On the Turbot home screen add a text box for a search hstring (to
67   work like the search string now available in "/hunt").
68
69 File uploads
70 ------------
71
72 • Incorporate puzzle file uploads into the database state for each
73   puzzle. Any file uploaded to the Slack should get included
74   initially, but when editing a puzzle users can drop irrelevant files
75   or label relevant files.
76
77 Opt-in for channel invitations
78 ------------------------------
79
80 • Consider adding a user option to allow a user to opt-in to auto
81   invitation for all newly-created puzzle channels
82
83 Sheet-related fixes
84 -------------------
85
86 • Add the solution to the sheet name on solved: "[TITLE] - Solved [ANSWER]"
87
88 • Use a hunt-specific Google Drive folder for creating all the
89   sheets. (This way, we can share out the "mh2021" folder to all team
90   members so that people can browse the sheets that way if wanted, and
91   have backup access to all of them on the off chance of Slack not
92   being available.)
93
94 • Do something to make it more clear which tabs exist just as
95   backup/reference from the original template vs. any new tab a user
96   has created during the hunt. (Perhaps color the reference tabs
97   differently.)
98
99 Un-prioritized items
100 --------------------
101
102 • Add support for recording/displaying those who have current roles
103
104   Maybe this should just be a "Post" in the main hunt channel, (and
105   need not have any direct Turbot support?)
106
107 • Think about some way to express solve priority
108
109 Lower priority
110 --------------
111
112 • Implement code to close out an entire hunt after the fact
113
114 • Figure out what tool we want to use for shared drawing on a puzzle
115   and integrate that into Turbot, (give a command that will generate a
116   new URL and will insert that URL into the Slack topic and the list
117   of links at the top of the sheet).
118
119 • Think about using a URL shortener API for the sheet URLs (to leave
120   more room in a channel topic for state string content)