databricks / spark-pr-dashboard

Dashboard to aid in Spark pull request reviews
spark-prs.appspot.com
Apache License 2.0
54 stars 46 forks source link

Added a Top Contributors Tab #75

Closed ajbozarth closed 8 years ago

ajbozarth commented 8 years ago

To help contributors find who to ask for help on their PRs I added a tab that shows the top 15 contributors for each component according to the number of PRs they authored and the number of other PRs they commented on. The information used to display these tables take ~3min to calculate so it is run daily and cached since up to the minute counts aren't important to the purpose of this addition.

ajbozarth commented 8 years ago

@JoshRosen Since I took the time to split my changes off that I mentioned in #74 I figured I should just open up a PR for feedback on how to fix my implementation and to see what people think. I'll reattach my screen shots as well, feel free to also read through my notes in #74 screen shot 2016-06-27 at 2 57 19 pm screen shot 2016-06-27 at 2 57 30 pm

ajbozarth commented 8 years ago

@JoshRosen I'm taking this as a silent no and closing, I'll leave the issue open if we ever want to take a look at this idea again