diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5ce24bc2..32a59a20 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,6 +5,12 @@ MISC ITEMS THAT CAME UP +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: 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 maybe it requires dismissal rather than what I was thinking of which is a self closing alert as people may want to read it for a while.