Kanban helps you visualize your work, and limit the number of items that are in-progress.
This implementation is in JavaScript, using Backbone.js and jQuery UI.
-
Drag and Drop UI for ordering cards in lanes and moving cards between lanes.
-
Client-side Backbone.js models, collections and views. Unit tested.
-
Add new cards.
- See Issue Tracker.
# clone repository locally
# open index.html in browser
# Setup Jasmine dependencies. From root of repo:
bundle install
# Run tests
rake jasmine
# open browser to https://localhost:8888
# Or for CI
rake # which by default runs 'jasmine:ci' task