Open pdehaan opened 4 years ago
Possibly best to start with a chart that we want to try and generate and work backwards to figure out how to generate the data in the best format, and know the best data.
I'm thinking either a 30 day line chart of open bug count. And possibly a bar chart of daily open/closed counts.
This takes a JSON file as input (to avoid using GitHub API and does its best to loop over the past X days and figure out an open/closed rate.
OUTPUT
Possibly good enough to get us to somewhere that we can chart using chart.js or whatever library works. I used chartjs on covid-canada and it was easy to hot-link to a hosting thing, but probably suboptimal approach.