sourceoptics / source_optics

Development has moved to BitBucket. Please clone from and send PRs to https://bitbucket.org/laserllama/sourceoptics/src/master/.
http://sourceoptics.io
20 stars 6 forks source link

cell highlights (related to #143

Open mpdehaan opened 5 years ago

mpdehaan commented 5 years ago

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.

mpdehaan commented 5 years ago

see #114