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

Expand acronyms #75

Merged
merged 5 commits into from
May 31, 2024
Merged

Expand acronyms #75

merged 5 commits into from
May 31, 2024

Conversation

chfoster
Copy link
Contributor

@chfoster chfoster commented May 31, 2024

Pull request overview

Expand out acronyms for accessibility (only ones I saw were LA, DfE and EES). Changed DfE in the title of the 'user guide and information' page so that doesn't need replacing elsewhere on the page. Also replaced in the main title and the cookie banner to be safe!

Also remove the heading levels from the actual heading text.

Pull request checklist

Please check if your PR fulfils 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 (run_tests_locally())
  • Code is styled according to tidyverse styling (checked locally with tidy_code())

@@ -94,7 +94,10 @@
source("R/read_data.R")

# Read in the data
dfRevBal <- read_revenue_data()
dfRevBal <- read_revenue_data() %>%

Check notice

Code scanning / lintr

Variable and function name style should match snake_case or symbols. Note

Variable and function name style should match snake_case or symbols.
@@ -94,7 +94,10 @@
source("R/read_data.R")

# Read in the data
dfRevBal <- read_revenue_data()
dfRevBal <- read_revenue_data() %>%
mutate(school_phase = case_when(school_phase == "All LA maintained schools" ~ "All local authority maintained schools",

Check notice

Code scanning / lintr

Lines should not be more than 80 characters. This line is 121 characters. Note

Lines should not be more than 80 characters. This line is 121 characters.
@@ -8,7 +8,7 @@
gov_row(
column(
12,
h1("DfE Analytical Services R-Shiny data dashboard template (h1)"),
h1("Department for Education (DfE) Analytical Services R-Shiny data dashboard template"),

Check notice

Code scanning / lintr

Lines should not be more than 80 characters. This line is 99 characters. Note

Lines should not be more than 80 characters. This line is 99 characters.
@@ -103,11 +103,11 @@
href = "dfe_shiny_gov_style.css"
)
),
shinyGovstyle::cookieBanner("DfE R-Shiny dashboard template"),
shinyGovstyle::cookieBanner("Department for Education (DfE) R-Shiny dashboard template"),

Check notice

Code scanning / lintr

Lines should not be more than 80 characters. This line is 93 characters. Note

Lines should not be more than 80 characters. This line is 93 characters.
@chfoster chfoster requested a review from cjrace May 31, 2024 09:59
@chfoster chfoster merged commit 5c52daf into main May 31, 2024
4 checks passed
@cjrace cjrace deleted the expand_acronyms branch August 6, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants