Having read the Analyst's Guide section Dashboard procedure checklist, I realised I had not done the following setup changes (from the DfE shiny-template):
Got to the .github > workflows folder, and open the deploy-shiny.yaml file. At the bottom, update the appName in rsconnect::deployApp() - this is what will appear in the URLs (i.e. must align with the links in global).
Update the ‘Support and feedback’ tab (in R > standard_panels.R) with your teams information. We also recommend creating a feedback form for users of your dashboard, and adding a link to that on this page.
Updated emails elsewhere in the repo (e.g., DESCRIPTION)
Pull request checklist
Please check if your PR fulfills the following:
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been reviewed and added / updated if needed (for bug fixes / features)
[ ] Tests have been run locally and are passing (shinytest2::test_app())
[ ] Code is styled according to tidyverse styling (checked locally with styler::style_dir() and lintr::lint_dir())
What is the current behaviour?
The deploy-shiny.yaml file does not have the correct app name (local-authority-interactive-tool). Other parts of the app are also still showing the default shiny-template information.
What is the new behaviour?
The bullet points in the overview of this pull request have all been addressed.
Pull request overview
Having read the Analyst's Guide section Dashboard procedure checklist, I realised I had not done the following setup changes (from the DfE
shiny-template
):Pull request checklist
Please check if your PR fulfills the following:
shinytest2::test_app()
)styler::style_dir()
andlintr::lint_dir()
)What is the current behaviour?
The
deploy-shiny.yaml
file does not have the correct app name (local-authority-interactive-tool
). Other parts of the app are also still showing the defaultshiny-template
information.What is the new behaviour?
The bullet points in the overview of this pull request have all been addressed.