This commit is contained in:
2020-05-15 20:13:33 +00:00
parent 64848c2a3e
commit 742a1f946c
2 changed files with 31 additions and 4 deletions

View File

@@ -14,9 +14,28 @@ todo: Search get search result for workorder descendents doesn't fit into existi
todo: search tables in schema, I think there is a missing index here, need to look at the search query section again as it was changed several times from the original schema creation
todo: schema, move all initializing stuff to schema update 1
right now it's 11 but that's weird
todo: ability to mass tag items from list (SERVER AND CLIENT)
- also a good way to do an initial implementation of a mass ops UI code
todo: ability to mass rename a tag to something else in all objects (SERVER AND CLIENT)
todo: tags - does server ensure only unique tags are saved even if there are dupes in the list?
MASS 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 mass 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 mass tag items from list (SERVER AND CLIENT)
route: mass tag by type and id collection
route: mass tag by type and all objects no id specified
todo: REPLACE TAGS
route: mass replace one tag with another tag by type and id collection
route: mass repalce one tag with another tag by type and all objects no collection
todo: REMOVE TAGS
route: mass remove specified tag by type and id collection
route: mass remove tag by type and all objects no id specified
todo: api / server landing page is shitty on a mobile
and really just shitty, add a logo or some shit
todo: Should server show uptime somewhere?