ddediu / AdhereR

Computation of adherence to medications from Electronic Healthcare Data in R
26 stars 6 forks source link

Fully graphical Shiny wrapper? #52

Closed ddediu closed 5 years ago

ddediu commented 5 years ago

no params needed, but it would allow the user the possibility to select everything it needs (data source, column names...) entirely from the Shiny GUI...

Masswear commented 5 years ago

Would be useful to have in two tabs (or items in a navbar): first tab to select data & columns, second tab for interactive plotting. Another useful possiblilty would be to export the calculated CMA values.

For the settings sidebar in interactive plotting, collapsible elements would be useful, as provided by the bsplus package. Example for another solution with native JavaScript could be done similar to this: https://stackoverflow.com/questions/49852818/collapsible-menu-item-in-shiny-dashboard-sidebar

ddediu commented 5 years ago
ddediu commented 5 years ago
ddediu commented 5 years ago

Seems to work even when launched without arguments (but serious testing is needed)

ddediu commented 5 years ago

Seems to pretty much work, but this the first cut really in need of testing, feedback and probably better design...

ddediu commented 5 years ago

Pretty much done!