Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding callouts to better highlight required dashboard timelines #127

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions writing-visualising/dashboards_rshiny.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,23 @@ Given the above, all analysts intending to create a dashboard should ensure they

Public facing DfE Shiny applications are currently published via the DfE Analytical Services [shinyapps.io](https://www.shinyapps.io/) account, with the authorisation and deployment of dashboards performed using GitHub.

You need to alert the explore education statistics platforms team of any new dashboard publication as early in development as possible and keep us updated on the expected publication date so that we can review the dashboard against DfE standards and set up and support on the deployment to ShinyApps.io. In addition, please notify us of any planned data updates or significant functional updates (at least 2 weeks before publication but preferably as soon as you know any updates are required).
::: {.callout-important}
## Publishing new public dashboards
You need to alert the [explore education statistics platforms team](mailto:explore.statistics@education.gov.uk) of any new dashboard publication **as early in development as possible** and keep us updated on the expected publication date so that we can review the dashboard against DfE standards and set up and support on the deployment to ShinyApps.io.
:::

If you are publishing a new dashboard, or adding major updates to an existing one, you must:

- Obtain authorisation via email from the relevant G6 or DD and the [statistics development team](mailto:statistics.development@education.gov.uk) \
- Forward authorisation emails to the [explore education statistics platforms team](mailto:explore.statistics@education.gov.uk)

::: {.callout-important}
## Updating existing dashboards
Please notify the [explore education statistics platforms team](mailto:explore.statistics@education.gov.uk) of any planned data updates or significant functional updates **at least 2 weeks before publication** but preferably as soon as you know any updates are required.
:::

All dashboard publications and major updates need authorisation from the relevant G6 or DD and the stats development team (with the former authorisation e-mail being forwarded on to the [explore education statistics platforms team](mailto:explore.statistics@education.gov.uk)).

The majority of dashboards made to support and augment our Official Statistics will be public facing. For public facing shiny apps you should publish via shinyapps.io. The Statistics Development Team manage a subscription for this and can help you get set up.
The majority of dashboards made to support and augment our Official Statistics will be public facing. For public facing shiny apps you should publish via shinyapps.io. The explore education statistics platforms team manage a subscription for this and can help you get set up.

You will need:

Expand Down
Loading