]> git.cworth.org Git - turbot/blob - TODO
Restrict a Slack channel topic to 250 characters
[turbot] / TODO
1 Recently-proposed ideas (not yet prioritized)
2 ---------------------------------------------
3 • Set-up an announcements Slack channel that's auto fed by email to a
4   particular email address.
5
6 Round management
7 ----------------
8
9 • Group the puzzles in the Turbot home view by round
10
11 • Select round fields by default based on the round of the puzzle for
12   the channel in which `/puzzle` is invoked.
13
14 • Consider putting a round prefix into the channel name to group a
15   round's puzzles in the channel list.
16
17 Meta-puzzle support
18 -------------------
19
20 • Figure out a good mechanism for linking puzzles to a meta-puzzle
21   that they feed into. Is this different or the same as the round
22   mechanism described above?
23
24 Hunt overview commands and filters
25 ----------------------------------
26
27 • Implement a /hunt command for giving an overview of the entire hunt,
28   (like the Turbot "home" view but available in any channel)
29
30 • For "/hunt" display only unsolved puzzles by default, but also allow
31   for "/hunt all" to display all puzzles
32
33 • On the Turbot home screen allow a dropdown for Unsolved/Solved/All
34   puzzles
35
36 • For both "/hunt" and the Turbot home screen allow for a search
37   string that will search through puzzle names, puzzle IDs, puzzle
38   URLs, and state strings.
39
40 • Figure out what we want for tagging and searching on tags (beyond
41   what's already possible with the state strings).
42
43 Editing puzzle fields
44 ---------------------
45
46 • Implement a command to display the status of the current puzzle
47   within the channel. Need a name for this command.
48
49 • Extend the in-channel puzzle display to also allow editing of all
50   puzzle fields
51
52 • Implement an /archive command to allow for easy archiving of a
53   channel for a solved puzzle (but make sure archived puzzles still
54   show up in global hunt/round views).
55
56 File uploads
57 ------------
58
59 • Incorporate puzzle file uploads into the database state for each
60   puzzle. Any file uploaded to the Slack should get included
61   initially, but when editing a puzzle users can drop irrelevant files
62   or label relevant files.
63
64 Opt-out of channel invitations
65 ------------------------------
66
67 • Consider adding a user option to allow a user to opt-in to auto
68   invitation for all newly-created puzzle channels
69
70 Sheet-related fixes
71 -------------------
72
73 • Have linked spreadsheets go into a specific Google Drive folder
74
75 • Come up with a better sheet template
76
77 • Put the puzzle's name into the primary tab of the sheet
78
79 • When copying tabs from the spreadsheet template, don't leave the
80   default "Copy of " text in place.
81
82 • Do something to make it more clear which tabs exist just as
83   backup/reference from the original template vs. any new tab a user
84   has created during the hunt. (Perhaps color the reference tabs
85   differently.)
86
87 Un-prioritized items
88 --------------------
89
90 • Add support for recording/displaying those who have current roles
91
92 • Decide a good plan for audio/video calls for puzzles and integrate
93   that into Turbot.
94
95 • Think about some way to express solve priority
96
97 Lower priority
98 --------------
99
100 • Implement code to close out an entire hunt after the fact
101
102
103 • Figure out what tool we want to use for shared drawing on a puzzle
104   and integrate that into Turbot, (give a command that will generate a
105   new URL and will insert that URL into the Slack topic and the list
106   of links at the top of the sheet).