Create Own (Table & Charts) Page has been added to the main app.
Pull request checklist
Please check if your PR fulfills the following:
[x] Tests for the changes have been added (for bug fixes / features)
[x] Docs have been reviewed and added / updated if needed (for bug fixes / features)
[x] Tests have been run locally and are passing (shinytest2::test_app())
[x] Code is styled according to tidyverse styling (checked locally with styler::style_dir() and lintr::lint_dir())
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).
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:
shinytest2::test_app()
)styler::style_dir()
andlintr::lint_dir()
)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).