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