From 251101627d0eaf1be9356b23d455621e12c2a86d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 24 Aug 2020 19:38:52 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e5c10c7f..2b7fceb2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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