public
Description: Create burndown charts of your Lighthouse milestones
Homepage: http://lh-burndown.heroku.com
Clone URL: git://github.com/kneath/lighthouse_burndown.git
kneath (author)
Sun May 03 20:45:41 -0700 2009
commit  2b219b74073b308ce30037de41dc5c6fb5769166
tree    097c6ec7f13ca5e27a678830e6d0967ac1c4bee5
parent  3b5be2e20845e17677ed474e6a6c4a64e3b67aad
name age message
file .gems Fri May 01 02:59:43 -0700 2009 Add httparty to gems manifiest [kneath]
file .gitignore Wed Apr 22 05:38:09 -0700 2009 Add in base sinatra app [kneath]
file LICENSE Fri May 01 14:07:55 -0700 2009 Update README, add license [kneath]
file README.markdown Fri May 01 14:07:55 -0700 2009 Update README, add license [kneath]
file Rakefile Fri May 01 02:16:33 -0700 2009 Retrieve a list of open ticket numbers for a mi... [kneath]
file config.ru Wed Apr 22 05:38:09 -0700 2009 Add in base sinatra app [kneath]
directory config/ Fri May 01 14:02:58 -0700 2009 Add demo mode config option [kneath]
directory lib/ Loading commit data...
directory public/
directory test/ Sat May 02 16:51:54 -0700 2009 Close and reopen milestones based on open tickets [kneath]
directory views/
README.markdown

Burndown

Burndown is a little app to help you keep tabs on your Lighthouse projects. It shows you how many tickets you open and close every day, along with a chart showing the progress along a milestone.

Still in progress.

Deployment

If you want to make your life easy, go ahead and just deploy to Heroku. Burndown is ready to go for a deployment to Heroku, cron jobs and all! If you want to set it up on your own, you'll need to make sure the tasks in lib/tasks/cron.rake get run once a day.