-
Notifications
You must be signed in to change notification settings - Fork 0
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
Report Generation #3
Comments
Drop support for angular-screenshot as it supports only Chrome. See weihanchen/angular-screenshot#2 |
We use html2canvas to generate a screenshot of the map area that should be included in the report and upload the PNG image to Drupal. However, at the moment Files created with REST API are only temporary! |
JSON:API shall be used for saving screenshots: Allow creation of file entities from binary data |
done |
Don't trust URIs in JSON received from Drupal JSON:API: clarity-h2020/docker-drupal#57 |
|
Might become resolved in clarity-h2020/csis-helpers-module#13 |
We have a report generation now. Can this be closed? |
No, it's still not working with the Scenario Analysis App. See clarity-h2020/csis-helpers-module#9 (comment) |
Is being addressed here. |
Add support for Report Generation.
based on angular-screenshot to create a screenshot of the respective diagram DOM Element and send image data to the Drupal REST API.The text was updated successfully, but these errors were encountered: