Track number of open issues and pull requests over time
danielbachhuber opened this issue · 4 comments
We currently have 810 open issues across the organization, and 70 open pull requests across the organization.
Recently, I've started putting time into triaging the backlog. It would be nice to have a pretty graph to look at along the way.
Once we have the basic system up and running, we can eventually do counts by labels too.
Done is:
- We have some system to count the number of open issues and pull requests on a regular basis.
Few bits of prior art I found today:
Just discovered this too: wp-cli/ideas#113
@schlessera I started on a new https://github.com/wp-cli/dashboard repository this morning.
It's currently counting open_issues
and open_pull_requests
every six hours, and writing some flat data: https://github.com/wp-cli/dashboard/tree/main/github-data
Next up is having wp dashboard build
spit out a HTML file with some simple graphs. I think it will be helpful to link to the search pages too.
Next up is having
wp dashboard build
spit out a HTML file with some simple graphs. I think it will be helpful to link to the search pages too.
Feeling pretty good about this now: https://wp-cli.org/dashboard/
We can track any new work in https://github.com/wp-cli/dashboard/issues