taye / interact.js

JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)
http://interactjs.io/
MIT License
12.28k stars 783 forks source link

trello like drag and drop with multiple lists #855

Open domnulnopcea opened 3 years ago

domnulnopcea commented 3 years ago

hello,

is there an example how I could use this library to implement a trello like board?

is this library capable of something like this?

thanks a lot

owenfar commented 3 years ago

As far as I know interact.js doesn't support such a feature "out-of-the-box". This library is capable of doing that and much more, and there seems to be plans that might easily allow you to implement something similar to trello. For now, such an implementation requires further custom code from your side.

If you're not very technical, I'de recommend you find a library that does exactly that (there are a few if you look around). On the other hand, if you're comfortable with JS, you can do something like trello and tweak it exactly to your likings.

taye commented 3 years ago

@owenfar that's right. I'm working on a set of paid plugins which includes list reordering. It's still a work in progress, but you can find out more at https://interactjs.io/pro.

timothyallan commented 3 years ago

@owenfar that's right. I'm working on a set of paid plugins which includes list reordering. It's still a work in progress, but you can find out more at https://interactjs.io/pro.

I'd love to throw some money your way @taye, this project is great! I signed up for the newsletter. Are you at a years, months, or weeks ETA for any sort of Pro beta?

taye commented 3 years ago

@timothyallan I'm at months, possibly weeks. The major things to work on are service reliability (of private npm registry, cdn and account management), documentation :grimacing:, licensing + TOS :weary:, and a few bug fixes + automated tests.

owenfar commented 3 years ago

@taye That's really great to hear! I've been looking forward for some of the pro-features ever since you teased about them :) Wish you all the best with the progress. Thank you for your time to build something so great, we all appreciate your effort.

pegues commented 2 years ago

@taye is there an update on the pro version? I desperately need the reordering and sorting aspect of pro for a card deck I'm creating inside a slider. It was a year ago you mentioned here that you were about a week to a month away. I don't mind buying a license. Thanks for your time.

tylermercer commented 10 months ago

Also curious as to the status of sorting/reordering---it would be super useful for a project I'm working on.