riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.09k stars 299 forks source link

Restricting which boards to drag items to #3

Closed ramanbuttar closed 6 years ago

ramanbuttar commented 6 years ago

First of all, this is an elegant, clean, and minimalist solution and I'm going to start using it in my internal project.

I have one feature request. I'd like to specify for each board the titles/ids of other boards the items can be dragged to.

Maybe even have a default option to only be able to drag items to adjacent boards.

riktar commented 6 years ago

@ramanbuttar Thank you for your compliments. I've added "dragTo" option for board object, clone and give a look to the "example" folder.

Cheers