This commit is contained in:
2020-09-02 23:52:29 +00:00
parent 8c9efe9366
commit 6d7cb4baba

View File

@@ -133,14 +133,12 @@ import * as monaco from "monaco-editor";
/*TODO: /*TODO:
render report pdf technique I'm attempting directly from the webapi is much fuckery with mobile
instead:
decision: render here or at server in designer for preview of report? render to a downloadable file either in file system or in db
going to happen a lot during design build cycle, faster to do locally? return a uniquely coded url with a download token
faster, but, it's logical to see what it would look like in reality by letting server render it then you know wysiwyg client pops open a new window to that location and server returns it as a normal file
However, when a user wants to quickly test a template out it would be better to do it locally. server deletes stored file on retrieval or in a few minutes via job, whichever comes first
hmm..