simon-smart88 / disagapp

R shiny app for disaggregation regression
https://simon-smart88.github.io/disagapp/
0 stars 0 forks source link

Restoring sessions if disconnected #32

Open simon-smart88 opened 6 months ago

simon-smart88 commented 5 months ago

Per this https://shiny.posit.co/r/articles/improve/reconnecting/ a lot is handled automatically, but messing around with the shinyscholar, I found that the data is still there but the map is blanked when you refresh. So we need to find a way to detect the reconnection and redraw the map.

https://sever.john-coene.com/ or https://github.com/daattali/shinydisconnect would both be useful for adding more user-friendly messages when a disconnect occurs.