diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b5a33a1f..5ab886e5 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -15,6 +15,9 @@ todo: All indexes in db sb named starting with idx_ instead of just the table na 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: *Biz ProcessBatchJobAsync is getting IDList without AsNoTracking, add it. +todo: All *Biz objects should use their own internal GetAsync rather than directly fetching the object to avoid multiple issues in future + (child collection properly handled, asnotracking properly handled etc) 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