This commit is contained in:
@@ -1,29 +1,6 @@
|
||||
PRIORITY - ALWAYS Lowest level stuff first
|
||||
=-=-=-=-
|
||||
|
||||
BULK TAG OPS
|
||||
NOTE: separate routes for seperate things just to avoid issues, i.e. dont' conflate two different functions in same route
|
||||
i.e. search and replace, not search and remove
|
||||
NOTE: no bulk tag op route will work with every object in order for safety, there arent' *that* many objects so safer to have people pick them from a list and if they want they can manually check all types
|
||||
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-add by type and id collection
|
||||
parameters=Type, [id], tag
|
||||
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-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
|
||||
parameters=Type, [id], tag
|
||||
route: bulk-remove-all tag by type and all objects no id specified
|
||||
parameters=Type, tag
|
||||
|
||||
todo: auth controller authenticate wont allow if old jwt sent with request, should ignore on auth
|
||||
todo: API root controller
|
||||
@@ -33,7 +10,7 @@ todo: api / server landing page is shitty on a mobile
|
||||
todo: Should server show uptime somewhere?
|
||||
todo: jobs should have a kill by time so they can't just sit running forever
|
||||
also is there a way to kill a stuck job via ui possible?
|
||||
|
||||
|
||||
todo: Log configuration into server log at startup? https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3523
|
||||
log all config settings into server log on boot
|
||||
todo:aycontext clean up old block of weird definitions
|
||||
|
||||
Reference in New Issue
Block a user