ODM2 / ODM2DataSharingPortal

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.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

Can’t see StreamWatch data for sites you don’t own #629

Closed aufdenkampe closed 2 years ago

aufdenkampe commented 2 years ago

At the moment, you first have click on the "Manage" button to view results, but if you don't have editing permissions, the "Manage" button doesn't exist.

To make this work, I think we need to enable a similar summary table as we have for Leaf Pack Network, where there is a "VIEW" button for each Experiment. For example, when not signed in, here's that table for https://monitormywatershed.org/sites/VLA4-WBLSS/

image

For StreamWatch, I think we should just have 3 columns:

htaolimno commented 2 years ago

here's a screen shot of new StreamWatch table: image

aufdenkampe commented 2 years ago

@htaolimno, this looks great on staging at https://staging.monitormywatershed.org/sites/TWI_SB1/.

Thanks!