diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 444cee25..b0dba699 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -43,20 +43,7 @@ CURRENT TODOs =-=-=-=-=-=-= Refactor: - - ListOptions at server, - - remove filter and sort with one single REQUIRED "ListView" (Not DataListView so as to avoid conflict with savable object) JSON property, - - also remove MINI, fixup schema, many related objects - - DataListFetcher to use new single ListView JSON property, also the builders as required to deal with the format change (maybe they just accept teh whole string and deal with as needed) - - IAyaDataList and related objects - - DONE FullListAllowedRoles rename to AllowedRoles - - Remove minilist stuff including roles and templates - - rename / replace DefaultDataListDisplayTemplate with DefaultDataListView - - remove ListKey property, name of class object will be ONLY key name used - - DataList - - Fixup based on changes above - - Make sure there is a picklist version of any needed lists like User selection whatever for testing - - Nice if widget form uses one of these so can fully test out the PickList client format stuff down the road - - Examine naming scheme of datalists and plan how to name because those class names are also the datalist key and will be visible to user in report designer and maybe other places + - DataListSortFilter (Biz) - This is now DataListView (Biz) - change fields, remove sort and filter and replace with single ListView json string property