jlab-sensing / DirtViz

DirtViz is a project to visualize data collected from sensors deployed in sensor networks.
https://dirtviz.jlab.ucsc.edu/
MIT License
4 stars 8 forks source link

refactor export to csv button #203

Closed aaron-wu1 closed 3 months ago

aaron-wu1 commented 4 months ago

The "export to csv" button on the dashboard only exports the data from one cell. When a user selects multiple cells, it should export separate csv files for each of the cells. Also when exporting data from the cells within a range, it should be the raw data. Currently it's based off of an endpoint that aggregates cell data by the hour.

ay-bh commented 4 months ago

@aaron-wu1 I'm planning to work on it. I'll post updates as I make progress.

Stazz0 commented 4 months ago

/assign