iterate
iterate copied to clipboard
Scrum style story based project management
trafficstars
README
Iterate! is a scrum style agile story/backlog/iteration manager. It is intended to do the work of such tools as XPlanner or Pivotal Tracker.
INSTALLING
Download the source to desired location, then:
git submodule init
git submodule update
make
make boot
./scripts/setup.erl
./start.sh
Make sure that you have the same `-name' argument in both /scripts/setup.erl and your start.sh scripts! Otherwise you won't have any Mnesia tables.
TIMELINE
V1
- create and delete iterations/backlogs/stories
- manage stories in backlogs/iterations with drag and drop
- basic reporting on iteration progress
V2
- Story discussion
- Event Subscription based plugin architecture
- Better reporting
V3
- Intelligence
- Iteration planning tools
The Future: who knows what may be possible
CREDITS
2008-2009 Jeremy Wall