{"id":13503336,"url":"https://github.com/radekstepan/burnchart","last_synced_at":"2025-10-24T14:54:45.856Z","repository":{"id":3364114,"uuid":"4410180","full_name":"radekstepan/burnchart","owner":"radekstepan","description":"GitHub Burndown Chart as a Service","archived":false,"fork":false,"pushed_at":"2023-03-23T04:04:09.000Z","size":16957,"stargazers_count":246,"open_issues_count":11,"forks_count":51,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-01T14:18:51.291Z","etag":null,"topics":["agile","burndown","chart","github"],"latest_commit_sha":null,"homepage":"https://burnchart.netlify.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radekstepan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2012-05-22T17:34:06.000Z","updated_at":"2024-09-23T22:24:44.000Z","dependencies_parsed_at":"2023-01-13T12:27:44.679Z","dependency_job_id":null,"html_url":"https://github.com/radekstepan/burnchart","commit_stats":{"total_commits":508,"total_committers":12,"mean_commits":"42.333333333333336","dds":0.06299212598425197,"last_synced_commit":"79ff849478df1a9a7c3c28fdfa692987ee22b78d"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radekstepan%2Fburnchart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radekstepan%2Fburnchart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radekstepan%2Fburnchart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radekstepan%2Fburnchart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radekstepan","download_url":"https://codeload.github.com/radekstepan/burnchart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246196956,"owners_count":20739199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agile","burndown","chart","github"],"created_at":"2024-07-31T22:02:47.120Z","updated_at":"2025-10-24T14:54:40.822Z","avatar_url":"https://github.com/radekstepan.png","language":"TypeScript","readme":"# [burnchart](https://burnchart.netlify.app)\n\nGitHub Burndown Chart as a Service. Answers the question \"are my projects on track\"?\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/f2a6aa0c-b92b-4e8a-a339-3bdac4fb19ee/deploy-status)](https://app.netlify.com/sites/burnchart/deploys)\n\n![image](https://raw.githubusercontent.com/radekstepan/burnchart/master/screenshot.png)\n\n## Features\n\n1. Running from the **browser**, apart from GitHub account sign in which uses Firebase backend.\n1. **Private repos**; sign in with your GitHub account.\n1. **Off days**; specify which days of the week to leave out from ideal burndown progression line.\n1. **Trend line**; to see if you can make it to the deadline at this pace.\n1. Different **point counting** strategies; select from 1 issues = 1 point or read size from issue label.\n\n## Quickstart\n\n```sh\n$ yarn install\n$ ./cli.js --port 1234\n# burnchart/4.0.0 started on port 1234\n```\n\n## FAQ\n\n### Browser 404 Errors\n\nIf you are running a dev mode on localhost (`yarn start`) and start the app by navigating to a URL that contains a `.` character - `Vite` serves a 404. To fix this either navigate to the page through homepage or start the app through the cli - `yarn start:preview`.\n\n### GitHub Bugs\n\nSome milestones show \"incorrect\" issues associated. Consider the two following views of a milestones:\n\n- https://github.com/nhn/tui.calendar/milestone/6 - 21 closed issues\n- https://github.com/nhn/tui.calendar/issues?q=is%3Aissue+milestone%3Av1.12.13+is%3Aclosed - 11 closed issues (what we show)\n\n## Configuration\n\nAt the moment, there is no UI exposed to change the app settings. You have to either edit the `src/config.js` file or use URL query string parameters to override these on a per-user basis.\n\nAn array of days when we are not working where Monday = 1. The ideal progression line won't _drop_ on these days.\n\n```js\n\"off_days\": [ ]\n```\n\nChoose from `ONE_SIZE` which means each issue is worth 1 point or `LABELS` where issue labels determine its size.\n\n```js\n\"points\": \"ONE_SIZE\"\n```\n\nIf you specify `LABELS` above, this is the place to set a regex used to parse a label and extract points size from it. When multiple matching size labels exist, their sum is taken.\n\n```js\n\"size_label\": /^size (\\d+)$/\n```\n\n### Firebase\n\nSignup for Firebase and go to your [console](http://console.firebase.google.com) and create a new project there.\n\nYou can leave the Database/Storage section as is, you only want to configure your \"Authentication\". There, enable \"GitHub\" and add your domain in \"Authorised domains\". Mine is set to `radekstepan.com` and `type: Custom`. If you want to run the app locally, you may want to add `localhost` and/or `0.0.0.0` as well.\n\nSince you are using your own Firebase project, you want to copy a couple of keys/ids into the `firebase.*` section of `src/config.js`.\n\n- `firebase.apiKey` is \"Web API key\" from the \"Settings\" page (in \"Project Overview\")\n- `firebase.authDomain` is one of the authorised domains in \"Authentication\", then \"Sign-in method\"\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradekstepan%2Fburnchart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradekstepan%2Fburnchart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradekstepan%2Fburnchart/lists"}