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
/
util
/
at
main
4 files
Joseph Hale
Add support for custom point calculators
4y ago
edc74e17
__init__.py
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
calculators.py
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
dates.py
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
stats.py
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