A dashboard to exhibit the relation of MRs and Reviewers on your team
If your team needs to know the capacity of its reviewers (total reviews for each member) in a specific moment, just open the dashboard generated by the reviewers-heroes-dashboard
The dashboard aims to deliver a panning view for the state your team is, given all opened MRs and the total reviews your members are receiving in some moment, allowing you to verify if the total opened MRs is overloading your team
- Set the following environment variables:
export GITLAB_API_HOST=https://your.gitlab.host
export GITLAB_API_TOKEN=your_gitlab_api_token
export GROUP_ID=group_id_of_your_team_on_gitlab
export PORT=port_to_run_the_server
- Setup the node environment
nvm install
npm start
Open http://localhost:<PORT>
in any browser