Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live preview #9

Open
gavinhenderson opened this issue May 11, 2022 · 0 comments
Open

Live preview #9

gavinhenderson opened this issue May 11, 2022 · 0 comments
Projects

Comments

@gavinhenderson
Copy link
Member

gavinhenderson commented May 11, 2022

User story

As a user I want to be able to view a preview of the file as I edit the variables.

Technical

There are two ways to do this, we could shift jsPDF to the front end so it can generate the thumbnails without ever hitting the network. We would have to publish the package to achieve this.

Alternatively we could setup some kind of socket connection (or just poll) to request a preview from the backend. This should be done in a 'lazy' manner so not to slam the backend or block the front end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant