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

Changes to leaf pack experiment details display page #408

Closed HeatherBrooks closed 4 years ago

HeatherBrooks commented 5 years ago

The following changes should be made to the page that displays leaf pack experiment results (/sites/sitename/leafpack/4/).

htaolimno commented 5 years ago

@HeatherBrooks I assume that the "/sites/Pt_Lookout_Forest/leafpack/6/update/" page needs to change to display the taxa names and counts by three groups under section 3 "Enter your macroinvertebrate count data".

HeatherBrooks commented 5 years ago

@htaolimno Yes, that's correct. Anywhere we're displaying macroinvertebrate counts, display the data by pollution sensitivity group. Thanks!

aufdenkampe commented 4 years ago

Now on staging, along with #406 & #407. Please look it over at https://staging.monitormywatershed.org/sites/StroudEduc_TEST/leafpack/18/, http://staging.monitormywatershed.org/sites/BogBrook_Rt312/leafpack/4/, or elsewhere.

@htaolimno, it looks like you missed two minor components that @HeatherBrooks had requested. Remaining are:

  1. Move the "Results Overview" table to the top of the "Summary Analysis" section, above the charts.
  2. Add titles to the charts. First one is “Relative Abundance of Macroinvertebrate Taxa”. Not sure about second chart.
HeatherBrooks commented 4 years ago

@aufdenkampe @htaolimno Changes look good other than the two missed ones Anthony listed above. The title for the second chart should be "Relative Abundance by Sensitivity Group."

HeatherBrooks commented 4 years ago

@aufdenkampe @htaolimno A few questions about the display page:

Macroinvertebrate Counts Section

  1. Can the Related Link box be moved above the counts, just below the section title, to make it more prominent?
  2. Can this section have three columns so all three groups can be displayed side by side? If not, please add whitespace between the bottom of Group 1 results and the top of Group 3 results.
  3. Can the group names be in a larger font/different color than the Taxon/Tally column labels?

Summary Analysis Section

  1. Can the Results Overview table be moved so that it is the first item in the section rather than the last?
  2. Can the Sensitivity Group chart be moved above the Taxonomic Group chart?
  3. The legend for the taxonomic groups chart is lengthy -- can it be moved underneath the chart and split into columns? Three columns might allow for them to be grouped by sensitivity group. If that's too tricky, six columns would allow for four taxa per column which would shorten the legend nicely.
htaolimno commented 4 years ago

@HeatherBrooks Please review new improvements on staging server. thanks.

aufdenkampe commented 4 years ago

@htaolimno, thanks for all these updates just before the holiday!

This issue looks completed to me, so I'll close it but @HeatherBrooks may still wish to review.

HeatherBrooks commented 4 years ago

@aufdenkampe @htaolimno I'm back from holiday and just checked the changes. Looks great, thanks!

HeatherBrooks commented 4 years ago

@htaolimno Is it possible to remove the underline from the chart titles? I think they might mislead people into thinking they're hyperlinks that aren't functional.