A simple javascript application to display draggable tickets on a web page.
The motivation is to have a simple tool that one can host easily in an offline java environment. Unfortunately, there are no plan to sell an hosted version of trello. And alternatives to trello are all web-based products or non open-source.
We started from Simple-kanban since it does the job quite well. After bummping versions of both jquery and the jQuery List DragSort plugin, @seblm realized that JQuery UI already have the native feature to sort out elements of a page. And then we are significantly deriving from simple kanban...
mvn jetty:run
The data is stored in memory server side. It is not persisted when the server shutdown.
This tool supports several web clients. There is a websocket implementation to support updates : any story modification is reflected on other clients.
This version does not currently supports column creation. Only 3 columns are created by default.
Look at the issues for the roadmap. Feel free to submit a feature or fork it.