alpha
Login
or
Join now
thehale.dev
/
github-projects-burndown-chart
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
An easy-to-use burndown chart generator for GitHub Project Boards.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
github-projects-burndown-chart
/
src
/
github_projects_burndown_chart
/
gh
/
queries
/
at
main
5 files
shigetoshi.komatsu
Compatible with ProjectV2
2y ago
f2340798
OrganizationProject.graphql
Compatible with ProjectV2
2 years ago
OrganizationProjectV2.graphql
Compatible with ProjectV2
2 years ago
RepositoryProject.graphql
Add support for custom point calculators Different people will want to calculate the points for their burndown charts in different ways. This commit breaks a lot of cross module dependencies to add support for a custom `PointsCalculator` interface, which follows the Strategy design pattern for calculating the points over time to show on the burndown chart. Four calculators are made available by default (see `README.md`). Additional calculators may be added over time or by PR. Closes #23 by providing the `taiga` calculator.
4 years ago
RepositoryProjectV2.graphql
Compatible with ProjectV2
2 years ago
__init__.py
Compatible with ProjectV2
2 years ago