Skip to content

world-federation-of-advertisers/productivity-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Halo CMM

Productivity Analytics

DescriptionDocsOwnerGet Help


Description

A suite of tools for productivity analytics.

Owner

@mikkokotila

Docs

Get started

  1. Download the package to your local machine
  2. Start an environment inside productivity-analytics directory

To the root of the productivity-analytics, add a file .env.dev with the following contents:

repo_owner=world-federation-of-advertisers
repo_name=cross-media-measurement
token=your_github_token

NOTE: The repo_name variable decides which repo data is fetched for. All the reports will be based on that data. You can also change the repo_name when executing the data building functions.

Collect data

To understand how the data is collected, check out Basic Walkthrough. The data collection is currently per repo, so a separate dataset must be created for each repo following the examples given in the notebook.

Analyze data

Velocity Report answers the following questions for cross-media-measurement repo:

  • How many days on average it takes to go from opening a PR to merging or closing it?
  • How many PRs are each contributor opening?
  • How many PR reviews or comments are each contributor making?
  • How many PR change requests are each contributor making?
  • How many back and forths with the PR author does it require to merge a PR?

Productivity Report answers the following questions for cross-media-measurement repo:

  • How many PRs are there for each Conventional Commit tags?
  • How many sustaining PRs vs. transformative PRs are there?
  • How many merged vs. not merged PRs are there by contributor?
  • How many PRs that never get merged are there by contributor?

Get Help

If you need any help or have suggestions for improvements, you can do that here.

About

A suite of tools for analyzing engineering productivity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages