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