DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Add Top Committer by Org Graph #190

Closed RicardoZamora01 closed 1 month ago

RicardoZamora01 commented 1 month ago

module-name: Add Top Committer by Org Graph

Problem

We have the API endpoint for the top committers for each org, but no graphic to present the information.

Solution

Generated a bar graph displaying the top 5 committers for each org.

Test Plan

In your virtual environment, run ./gen_graphs.sh to generate new graphic. An svg should be saved as app/site/_graphs/<org>/<org>_top_committers.svg. Then run ./gen_reports.sh to update and render graphic to org metrics site.

RicardoZamora01 commented 1 month ago

No front end bug! After diving into code, I realized that I needed to run ./gen_reports.sh to update the report page locally!