iNZightVIT / Lite

Shiny Application for iNZight.
http://lite.docker.stat.auckland.ac.nz/
GNU General Public License v3.0
4 stars 6 forks source link

Feature/configurable #343

Closed tmelliott closed 11 months ago

railway-app[bot] commented 11 months ago

This PR is being deployed to Railway 🚅

Lite: ◻️ REMOVED

tmelliott commented 11 months ago

Configuration (at least on Railway) is not user-session specific, and instead affects the entire instance.

Can we try hacking into the session variable, in Shiny?

tmelliott commented 11 months ago

Using session seems to work consistently. However, since session$userData$LITE_VERSION is set after observing the URL parameters, the UI is populated regardless of the configuration (e.g., in server.R some tab panels are "conditionally" included, but currently they are always included).

To do: