The dashboard provide the following summarizations:
Most popular repositories by:
- Stars
- Forks
- Contributors
- Top internal contributors: these should be the users who are public members of the organization ranked by their contributions to repositories belonging to the organization.
- Top external contributions: same as internal contributors, except for users who are not public members of the organization.
- One important note: If you use a username instead of an organization name then the contributors will show up as external contributors
- Clone this branch
- CD into its directory
Run npm install && npm start
- Need to add notification (if someone uses a username instead of an organization name)
- Need to add unit test and integration test
- Need to improve UI (Add lazyloading + flexible grid)