dfe-analytical-services / local-authority-interactive-tool

Local Authority Interactive Tool
https://department-for-education.shinyapps.io/local-authority-interactive-tool/
MIT License
1 stars 0 forks source link

Dev stat neigh app #24

Closed JT-39 closed 1 month ago

JT-39 commented 1 month ago

Pull request overview

The development app version of the Statistical Neighbour page has been built and is fully working with the required functionality to replicate the LAIT Statistical Neighbour view.

Pull request checklist

Please check if your PR fulfills the following:

What is the current behaviour?

Currently the Statistical Neighbour development has just been in static R code. There is also no bar charts.

What is the new behaviour?

The Statistical Neighbour page can now be viewed in its out standalone Shiny app by running its development script stat_neigh_dev_app.R. All functionality in LAIT has been replicated for the Statistical Neighbour view:

Anything else

Next step is to convert this codebase into modules, more care will be taken this time to plan the modules in order to reduce code repetition, improve the logic and general code efficiency.