Gilead-BioStats / gsm

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

Bugfix: sorting in the overview table widget #1730

Closed lauramaxwell closed 1 month ago

lauramaxwell commented 1 month ago

Expected Behavior

sorting in the metric columns of the overview table widget should sort based on flag severity when clicked

Current Behavior

sorts on abs(score) which isn't consistent with flags because negative values typically have a lower threshold

Possible Solution

change sort to flag or flag and score for the metric columns

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Possible Implementation

Additional Comments