Skip to content

An ember addon to give you a trello-like kanban board implementation using ember components.

License

Notifications You must be signed in to change notification settings

eibrahim/ember-kanban

Repository files navigation

IMPORTANT - Pre-Alpha

This is not ready for use yet, but feel free to play around and checkout the demo at https://emberkanban.firebaseapp.com/

What is this?

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'}}

Ember-kanban

This README outlines the details of collaborating on this Ember addon.

  • install addon
  • install jquery ui
  • reference bootstrap
  • add hooks and aliases to models

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

An ember addon to give you a trello-like kanban board implementation using ember components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published