nzinck17 / DCRShinyApp

The Shiny App to view and analyze water quality data collected by the Massachusetts Department of Conservation and Recreation
MIT License
0 stars 0 forks source link

Filter rework #42

Closed nzinck17 closed 6 years ago

nzinck17 commented 6 years ago

Modified filter_wq to include all the site, parameter, and date inputs. Made this unified for wq, wq depth, and profile data, through an argument called "type"

Put the watershed selection outside of the Side Menu. I also think we could add a column in the config file that would have the App default to either the Wachusett or Quabbin tab to minimize that tab click (right now I just have this value set to “Wachusett”).

got rid of the need for some intermediate modules like “time_wq”, “corr_wq”, etc. which significantly cuts code repetition.