betterplace / card-o-matic

Generates printable Pivotal Tracker cards for your stories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card-o-matic

Card-o-matic is a small web application which takes a Pivotal API key and generates printable cards for each story in the selected iteration. It's largely based on the design of @psd's pivotal-cards bookmarklet.

Usage

bundle install
bundle exec unicorn -p 5000

and visit http://localhost:5000 in your browser.

Notes

  • The iteration selection is limited to the most recent three sprints due to the time it takes to load an iteration from Pivotal's API. This might be adjusted.

About

Generates printable Pivotal Tracker cards for your stories


Languages

Language:CSS 36.2%Language:HTML 34.0%Language:Ruby 29.8%