This commit is contained in:
2021-01-15 00:19:29 +00:00
parent c6d2a53cf6
commit 0f0195a19f

View File

@@ -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