From 5cb693a17df9cded74e8b86c8a7b338e9d0b89df Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 9 Jan 2021 05:42:59 -0800 Subject: [PATCH] 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. --- TODO | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 2.43.0