Skip to content

Commit

Permalink
Finish user guide (#55)
Browse files Browse the repository at this point in the history
* Chore: Adding roxygen comments for new fns

* Feat: Adding roxygen comments for modules, general tidying and renaming metadata to reflect its general use

* Fix: Updated internal link server to use left_nav id

* Feat: New internal navigation linking method - able to link specific ids

* Chore: Tidying up resources link code

* Chore: Removing test text in the support panel

* Chore: Increasing load timeout

* Chore: Updating headings to h2 in metadata (so in order)

* Chore: Updated other headings to h2 so in order

* Feat: Adding aria-label and role=img to chart fn

* Feat: Updating cards for aria-label and adding spinners to multi-choice charts

* Chore: Remove old method to do alt text

* Chore: Making bslib card headers h3, and adding metadata header title

* Chore: Changed nav link js to use scroll to and start - looks more stable and not need flex-grow: 0 in the govuk-footer

* Feat: First edit of the user guide

* Choer: Changing to capital U in User selection for charts

* Feat: Added LA Level image and link to user guide

* Fix: Added sticky back and improved flex of navigation panel

* Feat: Adding return to top of page link to the left navigation

* Feat: Adding new images for LA Level view user guide

* Feat: Adding the rest of the pages images and adjusting user guide to suit new ones

* Feat: Adding the hints and tips section of user guide with images

* Chore: Consistent naming (SNs and LAs)

* Chore: Minor ui improvements and adding feedback section to user guide

* Feat: Adding internal links to user guide

* Feat: Added alt text and adjusted image titles for user guide

* Feat: Adding go to bottom of page link to contents and making go to top stay at the bottom of left nav

* Feat: Adding screen reactive css to improve spacing and availability of go to top and bottom links in navigation panel

* Chore: Removing unecessary css and increasing width that go to top link is removed

* Feat: Changing information page name to updates and data sources

* Feat: Adding css to center header of the app

* Data: Data updates (including KS1 now added with next update labelled as discontinued)

* Chore: Changing DFE to DfE and specifying DfE as department

* Feat: Suggest users save the url to their favourites

* Tests: Changed header to new KS1 metric
  • Loading branch information
JT-39 authored Dec 18, 2024
1 parent 9f7aa4d commit dd1a19a
Show file tree
Hide file tree
Showing 47 changed files with 25,815 additions and 4,623 deletions.
26,744 changes: 23,657 additions & 3,087 deletions 01_data/02_prod/bds_long.csv

Large diffs are not rendered by default.

Binary file modified 01_data/02_prod/bds_long_0.parquet
Binary file not shown.
673 changes: 372 additions & 301 deletions 01_data/02_prod/lait_data_dictionary.csv

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions 02_dev/bds_wide_to_long.qmd

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 02_dev/region_level_page/regional_dev_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ui_dev <- bslib::page_fillable(
),
),
bslib::nav_panel(
title = "Line chart - user selection",
title = "Line chart - User selection",
bslib::card(
id = "region_multi_line",
bslib::card_body(
Expand Down Expand Up @@ -118,7 +118,7 @@ ui_dev <- bslib::page_fillable(
),
),
bslib::nav_panel(
title = "Bar chart - user selection",
title = "Bar chart - User selection",
bslib::card(
id = "region_multi_bar",
bslib::card_body(
Expand Down
4 changes: 2 additions & 2 deletions 02_dev/stat_n_level_page/stat_neigh_dev_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ui_dev <- bslib::page_fillable(
),
),
bslib::nav_panel(
title = "Line chart - user selection",
title = "Line chart - User selection",
bslib::card(
id = "region_multi_line",
bslib::card_body(
Expand Down Expand Up @@ -118,7 +118,7 @@ ui_dev <- bslib::page_fillable(
),
),
bslib::nav_panel(
title = "Bar chart - user selection",
title = "Bar chart - User selection",
bslib::card(
id = "region_multi_bar",
bslib::card_body(
Expand Down
Loading

0 comments on commit dd1a19a

Please sign in to comment.