Closed tmelliott closed 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?
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:
LITE_VERSION == 'CAS'
)
This PR is being deployed to Railway 🚅
Lite: ◻️ REMOVED