From 6a09987325ad9530fbae463359d8540a1f9fa960 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 1 Jan 2021 23:20:01 -0800 Subject: [PATCH] TODO: Add a low-priority item for using a URL shortener 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8b1d822..0fc32e8 100644 --- 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) -- 2.43.0