Bulk tag ops
This commit is contained in:
@@ -8,23 +8,24 @@ NOTE: no bulk tag op route will work with every object in order for safety, ther
|
||||
note: they can use a datalist to select so no need to add any filtering ability here
|
||||
|
||||
todo: SET TAGS ability to bulk tag items from list (SERVER AND CLIENT)
|
||||
route: bulk tag by type and id collection
|
||||
route: bulk-add by type and id collection
|
||||
parameters=Type, [id], tag
|
||||
route: bulk tag by type and all objects no id specified
|
||||
route: bulk-add-all by type and all objects no id specified
|
||||
parameters=Type, tag
|
||||
|
||||
todo: REPLACE TAGS
|
||||
route: bulk replace one tag with another tag by type and id collection
|
||||
parameters=Type, [id], oldTag, newTag
|
||||
route: bulk repalce one tag with another tag by type and all objects no collection
|
||||
route: bulk-replace one tag with another tag by type and id collection
|
||||
parameters=Type, [id], oldTag, newTag
|
||||
route: bulk-replace-all one tag with another tag by type and all objects no collection
|
||||
parameters=Type, oldTag, newTag
|
||||
|
||||
todo: REMOVE TAGS
|
||||
route: bulk remove specified tag by type and id collection
|
||||
route: bulk-remove specified tag by type and id collection
|
||||
parameters=Type, [id], tag
|
||||
route: bulk remove tag by type and all objects no id specified
|
||||
route: bulk-remove-all tag by type and all objects no id specified
|
||||
parameters=Type, tag
|
||||
|
||||
|
||||
todo: API root controller
|
||||
build mode and server info should be authorized shoudln't they? Unauthorized people have no need to see that stuff
|
||||
todo: api / server landing page is shitty on a mobile
|
||||
|
||||
Reference in New Issue
Block a user