You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on each repo, we should configure thresholds with defaults.
highlight_author_count_below (all of these take floats or ints, depending)
highlight_line_count_below
highlight_commit_count_below
highlight_days_active_percentage_below # warning: this needs to consider the width of the time range!
highlight_commitment_below
etc
And use the features in ag-grid to colorize repos that may have things we need to pay attention to.
related to the "red flag view idea" and could probably replace it.
The text was updated successfully, but these errors were encountered:
ag-grid has a feature we can use for this:
on each repo, we should configure thresholds with defaults.
highlight_author_count_below (all of these take floats or ints, depending)
highlight_line_count_below
highlight_commit_count_below
highlight_days_active_percentage_below # warning: this needs to consider the width of the time range!
highlight_commitment_below
etc
And use the features in ag-grid to colorize repos that may have things we need to pay attention to.
related to the "red flag view idea" and could probably replace it.
The text was updated successfully, but these errors were encountered: