This commit is contained in:
2020-08-24 19:38:52 +00:00
parent 0e5869783e
commit 251101627d

View File

@@ -16,6 +16,10 @@ Assume headless chrome first for rendering, if it suffices then don't bother wit
Check how jsreport feeds javascript to their rendering process
https://github.com/jsreport/jsreport-core
https://github.com/jsreport/jsreport-core/blob/master/lib/render/engineScript.js
//actual render here
https://github.com/jsreport/jsreport-chrome-pdf/blob/d3fe318aac3628d8cb62f86f8f71314f21745798/lib/conversion.js
Design a simple report with static json data that exercises the template engine and javascript functions both shared and unique to the report
Excercise both handlebars and custom javascript and shared javascript
also css needs to be in there as well, just working, not necessarily correct or beautiful, just make sure it can work