From 446fe84560b9fb4973a6e01e2934db84ca0a0351 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 14 Jan 2021 23:55:28 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 986e6bee..b5a33a1f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -14,6 +14,7 @@ todo: PartAssemblyBiz shows the correct way to replace an object in it's PUT rou todo: All indexes in db sb named starting with idx_ instead of just the table name, so just prepend idx_ to every index todo: foreign keys are not indexed by default in the referencing table (the one who references) take a look and see if any should be indexed when doing above +todo: All GetReportData in *Biz objects is not setting AsNoTracking which could result in huge overhead, add that to all 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