From fad7d5c32745725dce5b2ca03e81f6dda37f129e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 26 Aug 2020 23:53:27 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6a6f0e33..e3fa9944 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -11,10 +11,15 @@ Useful links: Report templates pre-designed and open source: https://github.com/wildbit/postmark-templates Example jsreport designer: https://playground.jsreport.net/w/admin/dI2_fUqZ - todo: Code minimal backend server stuff to get to front end stuff + todo: code front end enough to see if need standalone designer or not (does it bloat the package needlessly?) + todo: Widget REPORT data must include extra report fields like User name in display format etc + todo: future changes, do I need some kind of versioning in the report or some part of it? todo: iterate back and forth between back and front, get to basic ability to report off widget and go from there + + + PLAN: DATA SOURCE Can report off single object or DataList, but then datalist isn't all the fields of the object. Was thinking it gets sent by the client back to the server but that's bandwidth wasteful @@ -140,7 +145,9 @@ CLIENT TODO HERE: Nothing at client until I get to here to save backtracking - +TODO: LOAD TEST + Absolutely must load test with a zillion records just to be sure the whole system can handle it + Also load test multiple reports over and over quickly ----------- REPORTING NOTES ----------------------