OHDSI / OhdsiShinyModules

An R package containing Shiny modules used by various OHDSI Shiny apps
https://ohdsi.github.io/OhdsiShinyModules/
8 stars 11 forks source link

Visit context: suggested enhancements #136

Open pbr6cornell opened 2 years ago

pbr6cornell commented 2 years ago

image

  1. Fix blue background histogram sorting problem.
  2. Format all columns as integer.
  3. 'Download as CSV' button could be renamed 'download selected'
  4. Freeze right-most column with Visit Concept name, so that when horizonal scrolling the visits are not lost (see screenshot below)
  5. Add column for visit_concept_id. (to be consistent with all other aspects of app, where Id is next to name throughout) Allow show/hide on columns.

image

gowthamrao commented 2 years ago

Additional request:

image

azimov commented 2 years ago

@pbr6cornell the scrolling issue isn't easy to fix.

Personally i prefer having the db scroll down rather than across with groupings like the example below:

Screenshot 2022-09-27 at 4 20 20 PM
jreps commented 1 month ago

Looks like the first two issues are solved but we still have to edit:

  1. 'Download as CSV' button could be renamed 'download selected' - I think we should keep 'Download as CSV' to be consistent across the views though. **4. Freeze right-most column with Visit Concept name, so that when horizonal scrolling the visits are not lost (see screenshot below)
  2. Add column for visit_concept_id. (to be consistent with all other aspects of app, where Id is next to name throughout) Allow show/hide on columns.**