PR: #106
Deployed: https://connect.posit.it/connect/#/apps/e83d62f1-0a09-4055-b039-1bfc0cd8ec48
Is your feature request related to a problem? Please describe.
We've heard from one user that they would like to be able to download the data in CSV format, and there is likely more interest in this.
Describe the solution you'd like
A button next to each graph and list which lets you download the data being displayed in CSV form.
Describe alternatives you've considered
We could not have this in the reports, have it be some kind of API or documented thing for others to script out. But this feels like the best way to go for users.
Additional context
I've done a Claude Code version of this which appears to work, although I don't pretend to know if all of the code makes sense. I'll attach in a comment soon.
PR: #106
Deployed: https://connect.posit.it/connect/#/apps/e83d62f1-0a09-4055-b039-1bfc0cd8ec48
Is your feature request related to a problem? Please describe.
We've heard from one user that they would like to be able to download the data in CSV format, and there is likely more interest in this.
Describe the solution you'd like
A button next to each graph and list which lets you download the data being displayed in CSV form.
Describe alternatives you've considered
We could not have this in the reports, have it be some kind of API or documented thing for others to script out. But this feels like the best way to go for users.
Additional context
I've done a Claude Code version of this which appears to work, although I don't pretend to know if all of the code makes sense. I'll attach in a comment soon.