-
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
Export Sensor Data Modal #11
Comments
See branch feature/data-export: Here's a quick and easy implimentation of the django-restframework-csv package. It's a little different than what we discussed, but this seems like a really nice and clean integration with DRF and our relatively simple requirements for this project. To request a CSV: We can add any of the start_date, end_date, sensor_ids, zone_ids, min/max_value filters to the request to further filter the data.
|
Refactored the CSV export format, it's more usable for staff. Removed all the unnecessary fields.
|
@bkeating - How do we want to integrate this into the UI? (start/end date fields, zone select and submit button) |
Ideas:
The text was updated successfully, but these errors were encountered: