nextcloud / forms

📝 Simple form & survey app for Nextcloud
https://apps.nextcloud.com/apps/forms
GNU Affero General Public License v3.0
317 stars 96 forks source link

Form evaluation export in various diagrams as a PDF #1078

Open linux-lukas opened 2 years ago

linux-lukas commented 2 years ago

Nextcloud (please complete the following information):

Is your feature request related to a problem? Please describe. No, I think not.

Describe the solution you'd like I think that Forms could be completed by adding the possibility of exporting the survey results in different charts as a PDF.

Describe alternatives you've considered It seems to me that there is no known that could cover this.

Additional context None.

jotoeri commented 2 years ago

Hey Lukas, thanks for taking the care to write a proper feature request! ;) However, as we somehow focus on a simple app (and have much more stuff to do on that), i'm sorry to tell you that i don't see this happen to create diagrams and export them from within this app. It is just easy enough to use e.g. the typically known Table-Calculation Software to create nice diagrams. If you want to have it within your Nextcloud, you could also try to have a look into the analytics app, maybe it is possible to use our API to import the data there. Greets! Jonas

@skjnldsv @jancborchardt @nimishavijay Any different opinion? Otherwise we can close this issue.

lapor-kris commented 2 years ago

Hey,

first thanks for developing the app, it's very handy and useful. Maybe add save the diagram that is shown in "anwsers" as pdf or png. So one can easily put it in the document or on the slides. I know that there is more powerful technique to save as .csv and work with numbers and diagrams in Calc (or similar). But this solution would save us a lot of time. Thanks anyway, Kris

Rello commented 3 months ago

https://github.com/nextcloud/forms/pull/2195

I am working to add Forms as a direct data source to Analytics. stay tuned...

jancborchardt commented 2 weeks ago

@jotoeri a nice way to fix this also for general use would be to make sure that using the print functionality works on the results page? Currently it is limited to 1 page somehow, maybe there just needs to be a minimal print stylesheet to fix that. cc @Chartman123 @susnux

susnux commented 2 weeks ago

Currently it is limited to 1 page

Same problem as with the text app, only the first page is printed because of the max-height 100vh on the body tag (or main content, not sure).

jancborchardt commented 2 weeks ago

@susnux good find, then probably having a global print.css fix for that would be rather the way to go.