diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9dcbe0a5..a8fc1f49 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -19,16 +19,10 @@ 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 - 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 - e.g. part assembly parts UI when displaying in a form needs a simple list in same format of how they would select a part in a picklist to add so it has the same info - todo: PickList controller route, how can I document the params into the api explorer? do I need a reference link to the class? or can I comment in the class and have it extrapolated? -todo: consider if it makes any sense to move picklist code into stored procedure and use it also for the getname functionality todo: customer popup notes need to pop pop pop, forgot to code for that before It's been requested for a couple of other places as well so I need a re-usable solution for this