diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 611a5d75..33aab8d1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -25,6 +25,11 @@ Useful links: Report needs all data fetched and populated even if it's an id reference to another object Can use name display format When a report gets a widget it's getting something different than if the client gets a widget + Every linked ID needs to be resolved using displayformat I think + Report just wants the data all populated, though it will decide how to display it but it can't fetch it + So widget for report is mirror of widget but also includes resolved linked data, for example the user name for the userid field + I'm thinking ideally it keeps the id as well because it may be useful for report work to have the source id and be able to fetch the user record for example and populate something + Report widget is a superset of biz object widget TODO: Enough UI to get started testing reporting and seeing what features need to be added and where