Open jrtechs opened 5 years ago
I'm currently thinking about adding something along the lines of my open-source year in review. I am really inspired this year by these websites:
To start we could start focusing on generating graphs/collecting metrics/data. Later on, I want to go crazy and make the website look really slick. Here are my current ideas:
Repository based metrics would be interesting. Just found this repository which used python to generate issues opened/closed chart: https://github.com/keszybz/github-state
This is something that can probably easily be implemented in this project.
Repository based metrics would be interesting. Just found this repository which used python to generate issues opened/closed chart:
To take it one step further, it would be cool to get insightful metrics such as average response time to issues opened by non-committers, the average lifespan of issues and pull requests (i.e. how many days/hours before an issue/PR is opened to closed)… if you want to do a 30 minute brainstorm chat over the winter break sometime, let me know. :slightly_smiling_face:
An example of a Grimoire graph for such a thing:
@jwflory that would be great! Right now I'm trying to brainstorm/prioritize a list of 10ish things we can work on during the Spring semester. Working on multiple things/metrics would be a good way to scale this project for multiple contributors.
Currently this project is just scratching the surface of what we can do with the data from the github API. Moving this project forward, I want to see what other cool visualizations we can make to help open source communities. If anyone has ideas or suggestions feel free to drop them in this issue.