This is not ready for use yet, but feel free to play around and checkout the demo at https://emberkanban.firebaseapp.com/
A trello-like kanban implementation using an ember addon. The idea is that you will be able to simply add this line of code to your web app and have a fully functioning kanban board:
{{kb-board board=currentProject boardModel='project' columnModel='milestone' cardModel='task'}}
This README outlines the details of collaborating on this Ember addon.
- install addon
- install jquery ui
- reference bootstrap
- add hooks and aliases to models
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.