https://github.com/zaphar/iterate
Scrum style story based project management
https://github.com/zaphar/iterate
Last synced: about 1 year ago
JSON representation
Scrum style story based project management
- Host: GitHub
- URL: https://github.com/zaphar/iterate
- Owner: zaphar
- Created: 2009-02-05T01:15:45.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2010-11-12T02:42:18.000Z (over 15 years ago)
- Last Synced: 2024-04-19T11:56:30.642Z (over 2 years ago)
- Language: Erlang
- Homepage:
- Size: 846 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
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