From bc20dbda2c20158db3b017eee81d1176bd30484b Mon Sep 17 00:00:00 2001 From: Radek Stepan Date: Tue, 14 Oct 2014 20:56:26 -0700 Subject: [PATCH] moar notes --- README.md | 13 +++++++++++-- TODO.md | 14 ++++++++------ public/js/app.bundle.js | 10 ---------- public/js/app.js | 10 ---------- src/modules/router.coffee | 10 ---------- 5 files changed, 19 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index e45858e..c4982df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ##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. Answers the questions "are my projects on track"? ##Notes @@ -18,6 +18,9 @@ GitHub Burndown Chart as a service. Public repos are free, for private access au - use [readme.io](https://readme.io/) for documentation - send handwritten thank you cards to the first customers - use [DigitalOcean](https://www.digitalocean.com/) as a GitHub Student (@bath.edu email) to get $100 in platform credits which translates to 20 months on the slowest (fast enough) dyno +- payments need to be automatic, why penalize users that are loyal to us with a burden of an admin task? +- ability to use the program needs to be frictionless; jump straight into the action, fill in data behind the scenes etc. +- send reminders to people whose account is expiring ##Plans @@ -34,7 +37,13 @@ GitHub Burndown Chart as a service. Public repos are free, for private access au - auto-update with new information - private repos -###Free Forever Business Plan +###Free Forever Business Plan (= Community Shareholder/Partners Plan) + +I can't sell people on free membership, that is only a small incentive. But I can sell them on an app that does what they want. Have early access to features etc. If someone sees that my app can help them, why not tell me about it so I can make it happen? + +I could also provide people with Assembly coins for each feedback session I've had with them, thus making them share in the profits. They are basically startup members with equity by being Product Developers. + +To qualify, these people need to be businesses actively using the software. Thus being standin-users for other such $ paying businesses. Let me call you every 3 months to ask how you are doing, how you are using the software, what can I improve, and you will get 3 months usage for free. The idea is to keep in touch with the most loyal customers, to hear them say how great/shabby the app is. If they don't want to talk they can always pay for the Business Plan. diff --git a/TODO.md b/TODO.md index 0e9ff55..ccdffa4 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,6 @@ ##Release: MVP -###GitHub - - [ ] sort milestones on index and project page based on priority (most delayed first); Trend - actual = different in days and those overdue come first ###Notifications @@ -27,10 +25,11 @@ - [ ] `rails/rails/24` has issues in two clusters as if merged from two milestones - [ ] trendline cutting into axes -###Docs +###Customers - [ ] landing page for the project and put message on `github-burndown-chart` repo - [ ] provide a documentation site (because we ref it from hero) +- [ ] conctact the people that have starred the original burndown chart telling them about the repo; keep track of connects via a tiny crm/spreadsheet and use a custom email address like radek@burnchart.io ###Routing @@ -87,14 +86,17 @@ - [ ] show an overall text-based status like: all projects on time etc. - [ ] until GH fix milestone start date then provide an option to specify it (either do that on GH server or locally); for example a text like this: `starts: 09-10-2014` in the description which we provide regex for - [ ] work on mobile devices -- [ ] show velocity number for each member of the team in the corner of the layout +- [ ] show velocity number for each member of the team in the corner of the layout (the point is to get better at planning how many tasks can people take on, thus how fast can we work) +- [ ] if we have the above, we could get a suggestion as to how many points we are able to go through in the next iteration while keeping everyone at their max capacity. One could almost drag & drop tasks to people and see a live progress of how the ideal trendline will fare based on a known speed of people; or we could be somehow notified that people are maxed out - [ ] show velocity for all team members and how it progresses through time - [ ] points collector - give medals for 1st 3 spots in terms of velocity - [ ] show past commits or due dates like in [this calendar](https://dribbble.com/shots/1736128-Meetups-Page?list=shots&sort=popular&timeframe=now&offset=5) -- [ ] find a way where, as a group, we can share repo data by trusting the other repo members that use our platform - [ ] support Jira & Gitlab - [ ] when fetching subsequent updates, fetch only the last page of issues since some repos are large (2.5MB & 19 pages for `mbostock/d3`); actually that is for all issues, not milestone constrained. So only an issue if we want to see a burnchart for all the issues for a repo - [ ] if all issue circles are close to each other, make a "master circle" that amalgamates all the issues into one large circle, makes for a prettier view - [ ] 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. -- [ ] show number of tasks, points, days left just like in Assembly on chart page \ No newline at end of file +- [ ] show number of tasks, points, days left just like in Assembly on chart page +- [ ] receive reminders when a due date is nearing and our project is behind schedule; receive a daily digest saying how the progress went in that day/week; these are all ways we can help people answer the question: is my project on track? +- [ ] if we save user's tokens we could check data on their behalf, then messaging would work; API could be provided so that others could plug into the data +- [ ] derive insights; one part is to see if we are on track, the other is to get better at estimating. If we know when an issue is worked on and when closed, with its accompanying size, we can say which issues went well, and which fared poorly. Then we can visualize a weekly/monthly/per-milestone list of loosers and winners. Perhaps the user can glean a pattern from that. \ No newline at end of file diff --git a/public/js/app.bundle.js b/public/js/app.bundle.js index 26eadcb..c469468 100644 --- a/public/js/app.bundle.js +++ b/public/js/app.bundle.js @@ -39832,16 +39832,6 @@ Router.prototype.mount = function(routes, path) { '/reset': function() { mediator.fire('!projects/clear'); return window.location.hash = '#'; - }, - '/notify': function() { - var done; - done = system.async(); - mediator.fire('!app/notify', { - 'text': 'You have some interesting news in your inbox. Go check it out now.', - 'type': 'warn' - }); - window.location.hash = '#'; - return _.delay(done, 3e3); } }; diff --git a/public/js/app.js b/public/js/app.js index 4d2f587..c02f1e8 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -784,16 +784,6 @@ '/reset': function() { mediator.fire('!projects/clear'); return window.location.hash = '#'; - }, - '/notify': function() { - var done; - done = system.async(); - mediator.fire('!app/notify', { - 'text': 'You have some interesting news in your inbox. Go check it out now.', - 'type': 'warn' - }); - window.location.hash = '#'; - return _.delay(done, 3e3); } }; diff --git a/src/modules/router.coffee b/src/modules/router.coffee index c04fef8..b958a99 100644 --- a/src/modules/router.coffee +++ b/src/modules/router.coffee @@ -32,16 +32,6 @@ routes = '/reset': -> mediator.fire '!projects/clear' window.location.hash = '#' - # Fake loading & notification. - '/notify': -> - done = do system.async - - mediator.fire '!app/notify', - 'text': 'You have some interesting news in your inbox. Go check it out now.' - 'type': 'warn' - window.location.hash = '#' - - _.delay done, 3e3 # Flatiron Director router. module.exports = Router(routes).configure