Skip to content

Commit

Permalink
add comment about next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithador committed Oct 16, 2024
1 parent a7d866f commit d52b1d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/view/ces/ces_main.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ ces_server <- function(id) {
moduleServer(id, function(input, output, session) {
ns <- session$ns

# add observeEvent(input$tab) and put that value in reactiveVal variable, that will be passed to module servers, where You can observeEvent that value change.
# Check whether the data are not loaded twice: once in cer_rp, second time in ces_rp_biodiversity and same with biodiversity, then it would be better to load them here and pass them downstream

ces_rp_server("ces_rp")
ces_biodiversity_server("ces_biodiversity")
Expand Down

0 comments on commit d52b1d9

Please sign in to comment.