]> git.cworth.org Git - turbot/blob - TODO
Extend puzzle search to include type and tags
[turbot] / TODO
1 Ordered punch-list (aiming to complete by 2021-01-08)
2 -----------------------------------------------------
3
4 • Add /tag to add/remove tags (will force to all caps and store as a
5   prefix as part of the state string for now)
6
7   Specifically, this should be "/tag TAG_NAME" or "/tag +TAG_NAME" to
8   add a tag and "/tag -TAG_NAME" to remove a tag.
9
10 • Make the /hunt command drop from the database any rounds that have 0
11   puzzles in them
12
13 Recently-proposed ideas (not yet prioritized)
14 ---------------------------------------------
15 • Set-up an announcements Slack channel that's auto fed by email to a
16   particular email address.
17
18 • Have Turbot explicitly report long state strings to the channel,
19   (since the implicit report from settting the abbreviated topic won't
20   have the whole message).
21
22 • In messages (like from /solved) don't use a raw user_name value from
23   the request, but instead some tagged version of a user ID (which
24   Slack will render as a display name).
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 • Consider putting a round prefix into the channel name to group a
56   round's puzzles in the channel list.
57
58 Hunt overview commands and filters
59 ----------------------------------
60
61 • On the Turbot home screen allow a dropdown for Unsolved/Solved/All
62   puzzles
63
64 • On the Turbot home screen add a text box for a search hstring (to
65   work like the search string now available in "/hunt").
66
67 File uploads
68 ------------
69
70 • Incorporate puzzle file uploads into the database state for each
71   puzzle. Any file uploaded to the Slack should get included
72   initially, but when editing a puzzle users can drop irrelevant files
73   or label relevant files.
74
75 Opt-in for channel invitations
76 ------------------------------
77
78 • Consider adding a user option to allow a user to opt-in to auto
79   invitation for all newly-created puzzle channels
80
81 Sheet-related fixes
82 -------------------
83
84 • Add the solution to the sheet name on solved: "[TITLE] - Solved [ANSWER]"
85
86 • Use a hunt-specific Google Drive folder for creating all the
87   sheets. (This way, we can share out the "mh2021" folder to all team
88   members so that people can browse the sheets that way if wanted, and
89   have backup access to all of them on the off chance of Slack not
90   being available.)
91
92 • Come up with a better sheet template (Nathan has got one available here:
93
94 https://docs.google.com/spreadsheets/d/1drSoyrE4gM3JaGweDkOybwXWdKPIDTfUmB1gQCYS3Uw/edit#gid=1471575838
95
96 • Put the puzzle's name into the primary tab of the sheet
97
98 • When copying tabs from the spreadsheet template, don't leave the
99   default "Copy of " text in place.
100
101 • Do something to make it more clear which tabs exist just as
102   backup/reference from the original template vs. any new tab a user
103   has created during the hunt. (Perhaps color the reference tabs
104   differently.)
105
106 Un-prioritized items
107 --------------------
108
109 • Add support for recording/displaying those who have current roles
110
111   Maybe this should just be a "Post" in the main hunt channel, (and
112   need not have any direct Turbot support?)
113
114 • Think about some way to express solve priority
115
116 Lower priority
117 --------------
118
119 • Implement code to close out an entire hunt after the fact
120
121 • Figure out what tool we want to use for shared drawing on a puzzle
122   and integrate that into Turbot, (give a command that will generate a
123   new URL and will insert that URL into the Slack topic and the list
124   of links at the top of the sheet).
125
126 • Think about using a URL shortener API for the sheet URLs (to leave
127   more room in a channel topic for state string content)