riktar / jkanban

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

Max items in columns #98

Closed hjelmdal closed 3 years ago

hjelmdal commented 3 years ago

Hi. I would like to know whether this awesome plugin supports putting a maximum of items in each columns? in Kanban you call it WIP (work-in-progress) limit, which is widely used.

Hope that it is something that you will consider, or even better if it's already supported - as this is essential in Kanban. :-)

Thanks for an awesome plugin!

xscode-auto-reply[bot] commented 3 years ago

Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/riktar/jkanban

marcosrocha85 commented 3 years ago

If I'm not wrong, It's better to do that by implementing dropEl event and cancel drag if drop target has reached limit.

riktar commented 3 years ago

If I'm not wrong, It's better to do that by implementing dropEl event and cancel drag if drop target has reached limit.

Yes @marcosrocha85.

@hjelmdal you can check it on dropEl event