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