EmilyMarkowitz-NOAA / survey-live-temperature-shiny

These scripts create daily survey station daily temperature and anomaly plots as the ships work their way through the survey.
https://www.fisheries.noaa.gov/alaska/science-data/near-real-time-temperatures-bering-sea-bottom-trawl-survey
MIT License
1 stars 0 forks source link

Dashboard tabs - compartmentalize UI and Server scripts #3

Closed MichaelSchram-NOAA-Affiliate closed 4 months ago

MichaelSchram-NOAA-Affiliate commented 4 months ago

Need to incorporate Shiny modules so that each UI_TabX.R script can have a related S_TabX.R script. However, modules are not properly rendering plots/maps etc. per example documentation.

Continue working with test scripts and then blend into existing functional dashboard features

MichaelSchram-NOAA-Affiliate commented 4 months ago

The test files are now properly rendering plots/tables. Need to adapt into existing code for functionality.

MichaelSchram-NOAA-Affiliate commented 4 months ago

commits 9b8ed84c7ad2e0bcc66ab67a285f8a4f5cded54b and fb67d2706094bcc761e18cbc76c268e05d4b3983 work toward this changes - still in testing.

MichaelSchram-NOAA-Affiliate commented 4 months ago

Modularization fixes have been implemented, and function as intended.