https://github.com/asmega/backlog
Proof of concept for managing software backlogs for use in agile environments
https://github.com/asmega/backlog
Last synced: 8 months ago
JSON representation
Proof of concept for managing software backlogs for use in agile environments
- Host: GitHub
- URL: https://github.com/asmega/backlog
- Owner: asmega
- Created: 2011-12-06T10:15:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-06T10:18:41.000Z (over 14 years ago)
- Last Synced: 2025-03-06T00:16:55.005Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 320 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Backlog
h2. About
A quick proof of concept for managing software backlogs for use in agile environments.
A drag and drop interface is used for product maangers to quickly prioritize tasks in the backlog.
h2. Install
# git clone the repo
# modify database config
# modify seeds file
# create and migrate db
# import seed data
# setup username and pass in app/controllers/tasks
# start the server