diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1ad68057..a146ede4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,6 +7,7 @@ REPORTING TODO: Plan how it would work, templating engine runs how, what steps lead from render route to produced report? simlute it on paper before coding it + Review jsreport modules for each aspect to get an idea what they dealt with for each type of op Find c# versions of all required tools to see if going to need dependency on Node or not handlebars is a big one @@ -14,7 +15,7 @@ TODO: Code minimum effective test as proof of concept, just start with static data, static report stuff and cobbled together render no database involvement during testing!! no designer other than vs code statically - + just hit a route to trigger a static test then expand from there doing all the trickiest stuff first as proof of concept. Once it renders a report of each type we need in mock then can actually code