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