From: Carl Worth Date: Sat, 9 Jan 2021 13:42:59 +0000 (-0800) Subject: Update TODO for recent addition of /tag command X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=5cb693a17df9cded74e8b86c8a7b338e9d0b89df Update TODO for recent addition of /tag command This _almost_ completed the feature as intended. In fact, it went further in one way in that it's already storing the tags in a field that is separate from the state string. But it's falling short in that the edit interface is not currently showing the tags at all. --- diff --git a/TODO b/TODO index 1bc07a6..d1605e2 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,7 @@ Ordered punch-list (aiming to complete by 2021-01-08) ----------------------------------------------------- -• Add /tag to add/remove tags (will force to all caps and store as a - prefix as part of the state string for now) - - Specifically, this should be "/tag TAG_NAME" or "/tag +TAG_NAME" to - add a tag and "/tag -TAG_NAME" to remove a tag. +• Add tags to the puzzle edit interface • Make the /hunt command drop from the database any rounds that have 0 puzzles in them