Multi-project Scrum UI for Pivotal Tracker.
- Simultaneously view and manage stories across multiple projects
- Scrum-like UI displays one column per story state, including "In QA" and "Passed QA"
- Search across all projects simultaneously
- Quickly drill down using any combination of projects, labels, users, and searches
- All labels for all projects are visible and have epic-like mini progress charts
- Columns can be rearranged
- Labels, searches, column order, selected projects all survive browser restart
- Enter your Pivotal API token and user name and off you go
- Most actions are supported: update story descriptions, add notes, drag them to different columns to update their status
- It's pretty easy to write custom columns and filters
- Forecasting charts
Companies like a particular technology startup that use Pivotal Tracker and have multiple small projects going at once, but no good way to visualize and track progress across them all.
This should be considered beta software, use at your own risk. If you have any issues or feature requests, we would love to know, please open an issue. Contributions and pull requests are also very welcome.
A demo install is up and running at http://trackertracker.glomerate.com. API tokens are not logged by the server. The only thing exposed in the server logs are project IDs, which are useless without proper access to them.
aptitude update
aptitude install build-essential git-core nodejs npm redis-server
npm -g install grunt
npm -g install forever
git clone [email protected]:intentmedia/TrackerTracker.git
cd TrackerTracker
npm install
grunt
cd app
forever start --watch -l ~/forever.log -o ~/out.log -e ~/err.log app.js
- Install Homebrew: http://mxcl.github.com/homebrew/
- Install Redis:
brew install redis
- Install NodeJS: http://nodejs.org/
- Install Grunt:
npm -g install grunt
- Install Testacular:
npm -g install testacular
- Install TrackerTracker:
git clone [email protected]:intentmedia/TrackerTracker.git
- Install NPM packages:
cd TrackerTracker && npm install
cd TrackerTracker
grunt
cd app
node app
Assumes you have Chrome, Safari, and Firefox installed:
cd TrackerTracker/test
testacular run
- Have Testacular auto-run on file changes
cd TrackerTracker/test
testacular start
- Have Grunt auto-run (jshint, concat, hogan compile) on file changes
cd TrackerTracker
grunt watch
TrackerTracker is tested and built for Chrome, Safari, and Firefox stable. It seems fine in IE 9, but broken in IE 10. (Progress!) Fluid's localStorage implementation doesn't survive a restart, so for now Fluid should be considered unsupported.
- Andrew Childs (@andrewchilds)
- Adrian Cretu-Barbul (@adriancb)
Copyright 2013 Andrew Childs
Licensed under the MIT License.