This commit is contained in:
2020-08-26 23:53:27 +00:00
parent 42985419ee
commit fad7d5c327

View File

@@ -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 ----------------------