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