]> git.cworth.org Git - turbot/blob - TODO
Put a message into the channel when a user edits a puzzle
[turbot] / TODO
1 Ordered punch-list (aiming to complete by 2021-01-08)
2 -----------------------------------------------------
3
4 • Add new /puzzle edit as a shortcut instead of /puzzle followed by
5   clicking :pencil:
6
7 • Add /round as a shortcut for existing /hunt all <round-name> (and
8   slightly different in that it won't actually return a puzzle from
9   some other round that happens to have a name that matches this
10   round's name)
11
12 • Add "meta" as a checkbox field on puzzle creation/edit
13
14 • Tweak /hunt and /round to treat meta puzzles as special (sort them
15   first and add some META label)
16
17 • Make `/puzzle` for a meta puzzle also display the names/answers of
18   all puzzles in the round.
19
20 • Add /tag to add/remove tags (will force to all caps and store as a
21   prefix as part of the state string for now)
22
23   Specifically, this should be "/tag TAG_NAME" or "/tag +TAG_NAME" to
24   add a tag and "/tag -TAG_NAME" to remove a tag.
25
26 • Make the /hunt command drop from the database any rounds that have 0
27   puzzles in them
28
29 Recently-proposed ideas (not yet prioritized)
30 ---------------------------------------------
31 • Set-up an announcements Slack channel that's auto fed by email to a
32   particular email address.
33
34 • Have Turbot explicitly report long state strings to the channel,
35   (since the implicit report from settting the abbreviated topic won't
36   have the whole message).
37
38 • In messages (like from /solved) don't use a raw user_name value from
39   the request, but instead some tagged version of a user ID (which
40   Slack will render as a display name).
41
42 • Allow a hunt (and perhaps a round) to have multiple URLs
43
44 • Provide an "Archive channel" button in the channel when outputting
45   the message that results from /solved.
46
47 • Would it be helpful to have some sort of "tools" command to collect
48   pointers to useful tools and allow for searching of them?
49
50 • Investigate what from snap2 we could incorporate into our sheets:
51
52   https://github.com/kevinychen/snap2
53
54 • Watch the recent hunt workshop that had some recommendations on
55   tools and see what from that we should incorporate
56
57 • Think about writing some custom solving tools, (like Qat, or
58   Nutrimatic, or Snap2, etc.)
59
60 • Fix slash commands to pass off processing to a separate Lambda and
61   then return immediately (removing the annoying "operation timeout"
62   complaints from Slack even when the command works exactly as it
63   should).
64
65 Round management
66 ----------------
67
68 • Select round fields by default based on the round of the puzzle for
69   the channel in which `/puzzle` is invoked.
70
71 • Consider putting a round prefix into the channel name to group a
72   round's puzzles in the channel list.
73
74 Hunt overview commands and filters
75 ----------------------------------
76
77 • On the Turbot home screen allow a dropdown for Unsolved/Solved/All
78   puzzles
79
80 • On the Turbot home screen add a text box for a search hstring (to
81   work like the search string now available in "/hunt").
82
83 File uploads
84 ------------
85
86 • Incorporate puzzle file uploads into the database state for each
87   puzzle. Any file uploaded to the Slack should get included
88   initially, but when editing a puzzle users can drop irrelevant files
89   or label relevant files.
90
91 Opt-in for channel invitations
92 ------------------------------
93
94 • Consider adding a user option to allow a user to opt-in to auto
95   invitation for all newly-created puzzle channels
96
97 Sheet-related fixes
98 -------------------
99
100 • Add the solution to the sheet name on solved: "[TITLE] - Solved [ANSWER]"
101
102 • Use a hunt-specific Google Drive folder for creating all the
103   sheets. (This way, we can share out the "mh2021" folder to all team
104   members so that people can browse the sheets that way if wanted, and
105   have backup access to all of them on the off chance of Slack not
106   being available.)
107
108 • Come up with a better sheet template (Nathan has got one available here:
109
110 https://docs.google.com/spreadsheets/d/1drSoyrE4gM3JaGweDkOybwXWdKPIDTfUmB1gQCYS3Uw/edit#gid=1471575838
111
112 • Put the puzzle's name into the primary tab of the sheet
113
114 • When copying tabs from the spreadsheet template, don't leave the
115   default "Copy of " text in place.
116
117 • Do something to make it more clear which tabs exist just as
118   backup/reference from the original template vs. any new tab a user
119   has created during the hunt. (Perhaps color the reference tabs
120   differently.)
121
122 Un-prioritized items
123 --------------------
124
125 • Add support for recording/displaying those who have current roles
126
127   Maybe this should just be a "Post" in the main hunt channel, (and
128   need not have any direct Turbot support?)
129
130 • Think about some way to express solve priority
131
132 Lower priority
133 --------------
134
135 • Implement code to close out an entire hunt after the fact
136
137 • Figure out what tool we want to use for shared drawing on a puzzle
138   and integrate that into Turbot, (give a command that will generate a
139   new URL and will insert that URL into the Slack topic and the list
140   of links at the top of the sheet).
141
142 • Think about using a URL shortener API for the sheet URLs (to leave
143   more room in a channel topic for state string content)