Table widget showing "Top X" entities
M
Mark Tarry
Use-case: exposing a "top ranking" (or "worst offenders") list of entities when they are sorted by a property.
Examples:
- Top X pull requests by shortest "Lead time to change"
- Top X pull requests by lines of code changed
- Bottom X services by the number of recorded incidents
We can sort of do this today, but only by showing all entities which match our filter conditions. I'm proposing the table widget should be able to limit the number of rows shown
after
filters/sorting have been applied.