From d2616c7c37f3d9b159522a0ff508ef92f6ffe51e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 13 Jan 2021 19:59:48 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ea9f7a4a..fc0807ce 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,6 +5,8 @@ MISC ITEMS THAT CAME UP +todo: All indexes in db sb named starting with idx_ instead of just the table name, so just prepend idx_ to every index + todo: PickList code at server needs to accept preId as a collection to support getting a list of ad-hoc id's as displayable collection This supports child collections in UI where it's not a picklist but a display of items added to a collection e.g. part assembly parts The server biz objects need to be able to access this to return names with id's for UI areas that support adding and removing items from a collection but display simple names @@ -130,7 +132,7 @@ CURRENTLY DOING: INVENTORY PartAssembly form simple top standard fields then a simple list of selected items that can be added to or removed from Biz object needs to send the selected list with names using the new feature for picklist code multiple id's but at the server - + also collection code for partassembly to add and update etc then routes