diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 65822b03..9804e81b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -11,10 +11,18 @@ todo: reporting "ZOMBIE" chrome processes on linux https://github.com/hardkoded/puppeteer-sharp/issues/1489 https://github.com/puppeteer/puppeteer/issues/1825 +todo: pdf page numbers control + look at jsreport what do they include in their pdf post processing parameters and capabilities + need to add pdfkit or whatever it's called at the front. + todo: reporting load test test locally with 20k widgets, make it crash then determine what limits to set on it and properly return error when it's exceeded right now it just says something about puppeteer and "crash" + +todo: Take a serious look at .net5 migration, it will almost certainly be better to do it now than down the road after a release + it also has many performance enhancements and nifty features like code analysis and warnings which might save me a lot of hassle + todo: triage this stuff: diff --git a/ayanova/src/main.js b/ayanova/src/main.js index df045ee8..94d5a1ad 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -62,7 +62,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************