A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
Addresses broken features reported to support email.
Restores view details feature. This was broken due to related to recent auth/permissions changes.
Restores/adds delete feature on details page. This was a pathing issue, so it might have actually be broken for a while. I fixed this by correcting the pathway.
Restores CSV Download? We didn't get any reports this was broken (possible because folks cannot access the details page). My testing showed the io.BytesIO object was causing errors with the csv.writer object. I swapped out for a io.StringIO object, which should resolve compatibility issues.
Addresses broken features reported to support email.