Merge branch 'master' of github.com:radekstepan/burnchart.io
This commit is contained in:
commit
622633f418
|
@ -9,7 +9,7 @@ GitHub Burndown Chart as a service. Public repos are free, for private access au
|
||||||
- *payment gateways* in Canada: [Shopify](http://www.shopify.com/payment-gateways/canada), [Chargify](http://chargify.com/payment-gateways/) list; I get free processing on first $1000 with [Stripe](https://education.github.com/pack/offers)
|
- *payment gateways* in Canada: [Shopify](http://www.shopify.com/payment-gateways/canada), [Chargify](http://chargify.com/payment-gateways/) list; I get free processing on first $1000 with [Stripe](https://education.github.com/pack/offers)
|
||||||
- start people on a *Community* plan showing them a comparison table to upgrade to a better offering
|
- start people on a *Community* plan showing them a comparison table to upgrade to a better offering
|
||||||
- community (open source, local storage), business (private repos, firebase)
|
- community (open source, local storage), business (private repos, firebase)
|
||||||
- keep discussion going via [gitter](http://gitter.im)
|
- keep discussion going via [gitter](http://gitter.im) or have people comment from the app via [helpful](https://helpful.io/)
|
||||||
- [credit card form](http://designmodo.com/ux-credit-card-payment-form/) ux from Designmodo
|
- [credit card form](http://designmodo.com/ux-credit-card-payment-form/) ux from Designmodo
|
||||||
- workers: using a free instance of IronWorker and assuming 5s runtime each time gives us a poll every 6 minutes. Zapier would poll every 15 minutes but already integrates Stripe and FB.
|
- workers: using a free instance of IronWorker and assuming 5s runtime each time gives us a poll every 6 minutes. Zapier would poll every 15 minutes but already integrates Stripe and FB.
|
||||||
- worst case scenario I provide even Small Business plan for free and provide a better experience
|
- worst case scenario I provide even Small Business plan for free and provide a better experience
|
||||||
|
@ -30,4 +30,4 @@ GitHub Burndown Chart as a service. Public repos are free, for private access au
|
||||||
- you need to pay for a license to use the app for business purposes
|
- you need to pay for a license to use the app for business purposes
|
||||||
- repos, milestones saved remotely
|
- repos, milestones saved remotely
|
||||||
- auto-update with new information
|
- auto-update with new information
|
||||||
- private repos
|
- private repos
|
||||||
|
|
3
TODO.md
3
TODO.md
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
##Release: MVP
|
##Release: MVP
|
||||||
|
|
||||||
|
- [ ] upgrade to Ractive [0.6.0](https://github.com/ractivejs/ractive/blob/dev/CHANGELOG.md)
|
||||||
- [ ] create a 500/400/loading system messages
|
- [ ] create a 500/400/loading system messages
|
||||||
- [ ] slide top menu on page load too
|
- [ ] slide top menu on page load too
|
||||||
- [ ] deal with Firebase timing out, are we still logged-in?
|
- [ ] deal with Firebase timing out, are we still logged-in?
|
||||||
|
@ -70,4 +71,4 @@
|
||||||
- [ ] tell people if they have no due date
|
- [ ] tell people if they have no due date
|
||||||
- [ ] make better x-axis date display, otherwise we see all 1s.
|
- [ ] make better x-axis date display, otherwise we see all 1s.
|
||||||
- [ ] some [fun loading messages](http://www.gamefaqs.com/pc/561176-simcity-4/faqs/22135) from Sim City.
|
- [ ] some [fun loading messages](http://www.gamefaqs.com/pc/561176-simcity-4/faqs/22135) from Sim City.
|
||||||
- [ ] show number of tasks, points, days left just like in Assembly
|
- [ ] show number of tasks, points, days left just like in Assembly
|
||||||
|
|
Loading…
Reference in New Issue