visevol / GithubVisualisation

PFE028 Été 2024
MIT License
0 stars 1 forks source link

[Backend] Add an endpoint to get stats about authors. #51

Open zergov opened 15 hours ago

zergov commented 15 hours ago

From: https://github.com/godDeveloppeur/visualgraphgithub/blob/master/documentation/chart_data.md#commit-statistics-by-author

Commit Statistics by Author Key variables:

The color of the bubbles inside the author’s bubble corresponds to the file categories.

GET /repositories/123/authors/stats/commits_over_time

[
  {
    name: "Jonathan Lalande",
    commits_count: 69,
    commits_categories: {
      "DOCUMENTATION": 9,
      "SOURCE": 50,
      "CONFIG": 10,
    },
  }
]