Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caquino/dpm

Development Performance Metrics - GitHub Action
https://github.com/caquino/dpm

Last synced: 5 days ago
JSON representation

Development Performance Metrics - GitHub Action

Awesome Lists containing this project

README

        

# Development Performance Metrics

WIP

## Questions?

### Pull requests [link](https://docs.github.com/en/rest/reference/pulls)

- pullrequest.milestone as tags? What are the risks of having thousands of milestones?
- pullrequest.draft? Gauge? just count how many drafts we have?
- pullrequest.creator as tags or individual metrics for each one? What about thousands of users?

### Issues [link](https://docs.github.com/en/rest/reference/issues)

- number of issues
- number of milestones
- number of assignees per issue
- labels per issue
- issues per milestone
- open issues per milestone
- closed issues per milestone

### Repo [link](https://docs.github.com/en/rest/reference/repos)

- open_issues_count

### Project [link](https://docs.github.com/en/rest/reference/projects)

- issues per project
- columns per project
- issues per column

This is a work in progress.