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.
1 stars 0 forks source link

[CALR-61] Inherit country params #61

Closed eblondel closed 6 months ago

eblondel commented 6 months ago

Issue migrated from JIRA: https://sdlc.review.fao.org/jira/browse/CALR-61 Creator/Reporter: Emmanuel Blondel @eblondel Assignee: Brian Ojok @brianandy Priority: Medium Status: Done Date of creation: 2022-03-17T13:01:17.000+0000

The table ad_country_param provides Calipseo with country-specific parameters that tailors the Calipseo app functioning. Hence, handling this table also on the R shiny application will allow us to activate/deactivate some components of the R shiny app (eg. modules, specific widgets within modules, etc).

The purpose of this task is to add a data accessor (according to how it's done in data_access_utils.R already) to read this table. The data accessor function will be called when initializing the app, as soon as the DB connection is done.

Other Jira issues will tackle separately how we will make use of these country params within the R Shiny modules.