generated from The-Strategy-Unit/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Milestone
Description
The proof of concept (#1) was not modularised. It should be done sooner rather than later.
At first, consider modules 'one-level' deep:
- provider dropdown
- strategy dropdown
- rates plot
Bearing in mind that the dropdown modules could later become submodules in an overarching 'navigation' module in future, or something like that.
Plot logic should go in a fct_plot.R along with other plots yet to be added. Similarly, table outputs handled in fct_tables.R. Any code in fct_*.R is prime for transplanting into a package, as per https://github.com/The-Strategy-Unit/nhp_planning/issues/417 and https://github.com/The-Strategy-Unit/nhp_planning/issues/418.
Reactions are currently unavailable