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 create own table #34

Closed JT-39 closed 3 days ago

JT-39 commented 3 days ago

Pull request overview

Create Own (Table & Charts) Page has been added to the main app.

Pull request checklist

Please check if your PR fulfills the following:

What is the current behaviour?

Currently no page to Create Your Own Table or Charts.

What is the new behaviour?

Create Your Own page has been added with the functionality as described in issue #33.

Anything else

Testing (unit and UI) has not been conducted yet, and should be addressed soon. Also have removed bookmarking from the server to see if this improves the performance of the deployed app. Some streamlining of code may be needed if the app is beginning to become cumbersome (i.e., more joins in the global.R, vectorisation of filtering dataframes and other known Shiny code improvements).