From 04df4a9a436b7a65a5840055f27ff964a4f08d91 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 27 Feb 2020 22:37:30 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3e5ef680..418ea68e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -43,27 +43,6 @@ CURRENT TODOs =-=-=-=-=-=-= - - -todo: check if this block about reports and listview is in the spec doc for the listview or reports (maybe in reports better) - - REPORTS - - Report object has following properties: - - DataList name it's based off of - - Required fields from DataList - - Report template itself with it's own code and template requirements TBD - - Report columns returned: When user selects to show a report, client will fixup any missing columns from the datalistview currently in use - - For example they are viewing a table based on a TestWidgetDataList DataListview with only 3 columns in it - - They drop down the reports list which shows all reports based off TestWidgetDataList view - - They select a report to print. - - Report code looks at report's required fields from DatalistView and sees report uses 6 fields listed - - Code compares report fields to in use DataListview fields and appends any report required fields missing from current view to the right of the collection in the current DataListview - - When report is run it will have all fields this way returned but will still be sorted and filtered by table view - - As part of editing process user can select an existing datalistview to prime their report editing view - - A report can be selected from any client table that is based on the same view - - - ----------------------- NON DATALISTVIEW STUFF ---------------------------- todo: about link is showing on about form TODO: No way to make a new widget now!!! TODO: save (post) of new record at client triggers renavigation to that page again which also triggers fetch