Skip to content

A JavaScript implementation of Kanban using Backbone.js and jQuery UI

License

Notifications You must be signed in to change notification settings

felipema/kanban-galore

 
 

Repository files navigation

Kanban Galore

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.

Screenshot

Screenshot of Kanban Galore

Current features

  • 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.

Roadmap of Upcoming Features

To try it

# clone repository locally
# open index.html in browser

Are all tests running ok? (on Travis CI)

Build Status

How to run tests locally

# 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

About

A JavaScript implementation of Kanban using Backbone.js and jQuery UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published