This commit is contained in:
2020-08-21 18:35:45 +00:00
parent e1febb3ebb
commit b4ab61bb89

View File

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