Scrumy Live Stats
This is for anyone who uses Scrumy and Google Chrome.
I managed to carve out a chunk of weekend hack time to learn about Google Chrome Extensions. I ended up writing Scrumy Live Stats.
At work, this should help with our future planning meetings, where we often want a rundown of the hours we’ve charted for an upcoming sprint, and we often have at least a hundred tasks up on the board. It’s also nice to see an instant rundown of the hours of work complete vs. the hours left in a sprint instead of waiting for Scrumy’s cron to take a snapshot for the daily burndown.
I also made the very simple source code available on github: https://github.com/otanistudio/scrumy_live_stats.
By the way, writing Chrome Extensions is incredibly easy. Once I figured out how extensions worked, it took me less time to write and deploy this than it took for the Packers to beat the Steelers in Super Bowl XLV. Impressive work, Google Chrome team!
My next task for this project is to look into some type of “live burndown” using Google Charts…

