]> git.cworth.org Git - turbot/commitdiff
TODO: Add a low-priority item for using a URL shortener
authorCarl Worth <cworth@cworth.org>
Sat, 2 Jan 2021 07:20:01 +0000 (23:20 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 2 Jan 2021 17:21:51 +0000 (09:21 -0800)
One downside of doing something like this is that it would introduce a
dependence on another third-party service, so I'm not really all that
keen on pursuing this.

TODO

diff --git a/TODO b/TODO
index 8b1d822663eaf673955cc92b14e42e76f31d49a8..0fc32e85a9b03c63d800140fceb5efd2041e64e3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -94,8 +94,10 @@ Lower priority
 
 • Implement code to close out an entire hunt after the fact
 
-
 • Figure out what tool we want to use for shared drawing on a puzzle
   and integrate that into Turbot, (give a command that will generate a
   new URL and will insert that URL into the Slack topic and the list
   of links at the top of the sheet).
+
+• Think about using a URL shortener API for the sheet URLs (to leave
+  more room in a channel topic for state string content)