core-sprint icon indicating copy to clipboard operation
core-sprint copied to clipboard

Track pull requests reviewed and closed during the sprint

Open Mariatta opened this issue 5 years ago • 3 comments

We can give out prizes for top contributors.

I'm interested in writing a web app to automatically track and display progress during the sprint. Or if folks know of an existing tool, please do share.

What are we tracking?

  • number of pr reviews by each core dev
  • number of PR merged/rejected
  • number of PR comments

Is this just for CPython repo, or for other repos as well? (like devguide, peps, all the bots, etc?)

Mariatta avatar Aug 07 '20 20:08 Mariatta

In the past core developer sprint, I developed a simple app to do this that could be reused/extended. We hand out some posters as prizes and we had the webpage open in one screen showing the progress. You can find it out here:

https://github.com/pablogsal/cpython_leaderboard

pablogsal avatar Aug 07 '20 20:08 pablogsal

Thanks for pointing out the repo. What's the license for that codebase?

Mariatta avatar Aug 10 '20 19:08 Mariatta

Thanks for pointing out the repo. What's the license for that codebase?

Is MIT licensed (I just added the file)

pablogsal avatar Aug 10 '20 19:08 pablogsal