Gilead-BioStats / gsm

Good Statistical Monitoring R Package
https://gilead-biostats.github.io/gsm/
Apache License 2.0
36 stars 9 forks source link

Feature: Add `FlagOverTime()` table to report when more than 1 snapshot is included #1653

Open jwildfire opened 1 month ago

jwildfire commented 1 month ago

Feature Details

Render the FlagOverTime table in the report. I think the simplest approach for now is to add this as a new tab under the Study Overview section.

We can consider a more complex implementation in a future release. For example, users could drill down from the "Overview" table to the "FlagOverTime" table; when a user clicks a row for a site in the current overview table, the FlagOverTime table renders for that row. Would have to think about implementation details ... could hack something together in the report, or do a more robust implementation in rbm-viz

cc: @samussiah @jonthegeek @lauramaxwell

Example Code

Possible Implementation

Additional Comments