This commit is contained in:
2020-05-15 20:30:58 +00:00
parent 8c30d26b42
commit 87437f60de
2 changed files with 38 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ todo: Search get search result for workorder descendents doesn't fit into existi
In Client, navigating to exact item e.g. a workorder item part is a client ui issue really
The only issue related to the server is getting the top most parent openable object, the workorder in this case
the rest can be done at the client easily
Add route: ancestor(ayatype, ayaid) returns type and id, if no higher ancestor returns what came in
Add Search controller route: ancestor(ayatype, ayaid) returns type and id, if no higher ancestor returns what came in
this needs to be a central route, not tied to an object though objects can handle the inner workings maybe i.e. wokorderbiz for workorder tree , pobiz for po tree etc
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
@@ -45,7 +45,8 @@ 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 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
and really just shitty, add a logo or some shit
todo: Should server show uptime somewhere?