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
/
config
/
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
config.json.dist
#18 Add multiple project configurations Closes #18
4 years ago
example.config.json
#18 Add multiple project configurations Closes #18
4 years ago
secrets.json.dist
Add support for Discord Webhooks Burndown charts can now be posted to a Discord webhook! See the README.md for instructions.
4 years ago