mirror of
https://github.com/status-im/burnchart.git
synced 2025-02-17 04:46:30 +00:00
leaner burnchart
This commit is contained in:
parent
55be439a7f
commit
1c2918850b
24
README.md
24
README.md
@ -1,31 +1,19 @@
|
|||||||
# burnchart
|
# burnchart.io
|
||||||
|
|
||||||
## Concept
|
## Concept
|
||||||
|
|
||||||
GitHub Burndown Chart as a service. Public repos are free, for private access auth via GitHub and pay.
|
GitHub Burndown Chart as a service. Public repos are free, for private access auth via GitHub and pay.
|
||||||
|
|
||||||
## Name
|
|
||||||
|
|
||||||
charcoal, charriot
|
|
||||||
|
|
||||||
- gurndown [.com/.io] github burndown
|
|
||||||
- bithubchart [.com/.io] burndown github chart
|
|
||||||
- burnchart [.io]
|
|
||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
### MVP
|
### MVP
|
||||||
|
|
||||||
- [ ] landing page allows you to immediately jump into action
|
- [ ] landing page allows you to immediately jump into action
|
||||||
- [ ] past repos are cached remotely or in localStorage
|
- [ ] use GitHub to login
|
||||||
- [ ] show chart for the current milestone or choose a custom one
|
- [ ] show chart for the current milestone, default to the first one returned and allow to choose a custom one
|
||||||
- [ ] be able to config options through UI that currently have to be hardcoded in config
|
|
||||||
- [ ] embed user tracking
|
|
||||||
- [ ] sort projects based on their closest due dates
|
- [ ] sort projects based on their closest due dates
|
||||||
- [ ] show only repo name if all projects are under our name
|
- [ ] show only repo name if all projects are under our name
|
||||||
- [ ] rotate between percentage progress and points left
|
- [ ] show all issues as [one size](https://github.com/radekstepan/github-burndown-chart/issues/46)
|
||||||
- [ ] Send notifications to people like Codeship or have our own delivery system perhaps like Github or just show a notification icon and onclick ask people to upgrade
|
|
||||||
- [ ] Show all issues as [one size](https://github.com/radekstepan/github-burndown-chart/issues/46).
|
|
||||||
|
|
||||||
### The 20%
|
### The 20%
|
||||||
|
|
||||||
@ -43,6 +31,10 @@ charcoal, charriot
|
|||||||
|
|
||||||
### Extras
|
### Extras
|
||||||
|
|
||||||
|
- [ ] rotate between percentage progress and points left
|
||||||
|
- [ ] be able to config options through UI that currently have to be hardcoded in config
|
||||||
|
- [ ] cache repos in `localStorage` for those that do not use GitHub login
|
||||||
|
- [ ] allow people to go straight to a URL that fetches the repo, if public, for them; to demo our app without adding a repo (add it behind the scenes); *req* cache repos
|
||||||
- [ ] choose your own strategy for naming issues, e.g. all issues are one size
|
- [ ] choose your own strategy for naming issues, e.g. all issues are one size
|
||||||
- [ ] choose your own theme
|
- [ ] choose your own theme
|
||||||
- [ ] custom milestone start dates
|
- [ ] custom milestone start dates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user