Modularize interactive code
lcolladotor opened this issue · 0 comments
lcolladotor commented
The code for the shiny
interactive web applications needs to be modularized and broken up into smaller units. One framework for doing so is the golem
and golemverse
framework https://golemverse.org/. Doing so will enable us to implement unit tests for the interactive components and overall facilitate maintainance of the interactive code as well as make it easier to expand the interactive code.