]> git.cworth.org Git - turbot/commitdiff
Update TODO for recent addition of /tag command
authorCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 13:42:59 +0000 (05:42 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2021 13:42:59 +0000 (05:42 -0800)
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

diff --git a/TODO b/TODO
index 1bc07a65d0bc51ac8683733251d83dc36c0a7a9a..d1605e25909b5bf26636884d17dd95f91902f091 100644 (file)
--- 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