Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/caquino/dpm
- Owner: caquino
- Created: 2022-03-25T11:11:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T13:40:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T13:22:19.674Z (23 days ago)
- Language: TypeScript
- Size: 2.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 columnThis is a work in progress.