un-fao / calipseo-shiny

Calipseo is FAO web- based platform for national Fisheries Authorities to streamline management of fisheries data and the production, analysis and reporting of fishery statistics.
0 stars 0 forks source link

[CALR-89] Refactor shiny module server calls from 'callModule' to 'moduleServer' #89

Closed eblondel closed 4 months ago

eblondel commented 4 months ago

Issue migrated from JIRA: https://sdlc.review.fao.org/jira/browse/CALR-89 Creator/Reporter: Emmanuel Blondel @eblondel Assignee: Emmanuel Blondel @eblondel Priority: Medium Status: Done Date of creation: 2022-04-21T08:31:44.000+0000

The use of 'shiny::moduleServer' is now the approach recommended by Shiny team and should replace 'shiny::callModule'.

eblondel commented 4 months ago

Author: Emmanuel Blondel @eblondel Date of creation: 2022-04-22T08:24:09.429+0000 Last update: 2022-04-22T08:24:09.429+0000

[~brian.ojok] [~alexandre.bennici@fao.org] For your information, please see the attached commit to see how i've refactored the module server scripts to get out of the shiny::callModule in favor of shiny::moduleServer. Any new module that we will design will follow this new coding

eblondel commented 4 months ago

Author: Brian Ojok @brianandy Date of creation: 2022-04-22T08:31:59.578+0000 Last update: 2022-04-22T08:31:59.578+0000

[~emmanuel.blondel] thanks