dfe-analytical-services / leo-graduate-industry-dashboard

Source code for the Longitudinal Education Outcomes (LEO) graduate industry dashboard.
https://department-for-education.shinyapps.io/leo-graduate-industry-dashboard/
3 stars 2 forks source link

Fix dropdowns #73

Closed cjrace closed 2 years ago

cjrace commented 2 years ago

Pull request overview

Removing the performance banner that we had up this morning during the initial loading issues.

There was an issue in the industry by subject drop down inputs where the filtering of the SIC codes by industry was being overwritten by the switching off of SIC codes when industry was selected.

The app now has two observeEvent() functions that look for changes to either the breakdown or industry area inputs and then update the SIC dropdown accordingly, so you should be able to filter the SIC dropdown using the industry area dropdown, and this should continue working after switching the breakdown to industry and back to something else.

Pull request checklist

Please check if your PR fulfils the following: