No description
  • JavaScript 86.7%
  • CSS 11.9%
  • HTML 1.4%
Find a file
2024-07-31 07:06:09 -07:00
public Update title (test) 2021-07-21 13:20:31 +05:30
screenshots content collection metrics files added 2021-03-23 19:59:41 +05:30
src Remove console logs 2021-07-28 13:23:20 +05:30
.gitignore Added .gitignore 2021-04-24 12:07:39 +05:30
buildspec.yml Added buildspec.yml for aws codepipeline 2021-05-04 08:52:42 +05:30
LICENSE licensing 2021-03-23 20:14:19 +05:30
package-lock.json Added information tooltip on every analytics KPI 2021-04-25 01:16:33 +05:30
package.json Added information tooltip on every analytics KPI 2021-04-25 01:16:33 +05:30
README.md Update README.md 2024-07-31 07:04:51 -07:00

ansible-contributor-metrics

The web application provides a dashboard in terms of factual metrics system for the github projects managed by Ansible for content collections.

Features

The application collects information about a Github repositories (and org.) along with the developers of the team, and aggregates the data across all projects into a single user interface.

Namely, there are 3 routes:

  1. Collections
  2. Developers
  3. Analytics

Collections

  • Shows tables for issues and pull requests and allows user to sort and filter data with a date ranges
  • Displays collection insight in terms of number of issues opened/closed and number of PRs opened/closed/merged
  • Provides details of Releases and Tags

Developers

  • Shows the details of the developers in terms of their contributions to the observed repositories
  • Overall contributions can be filtered according to different timelines

Analytics

  • Displays graphical representations of various Key Performance Indicators (KPIs) of the observed repositories (based on the latest data)
  • Graphs are interactive in nature and thus dynamic filters can be applied

Note:

This project is bootstrapped with Create React App and designed with flavours of Ant Design.

How to use

  • Prior to starting the application, make a .env file and provide the github token and graphql endpoint

  • To add repositories and developers of interest or to modify the existing list hop on to src/data/repositories.js or src/data/users.js and update the list accordingly.

In the project directory, you can run:

npm start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.