How hard would a kanban board be to make?

I have created a drag and drop feature with AppConnect for reordering images. It requires minimal handcoding. So I guess what you also want to created can be achieved.

2 Likes

@t11 Mind sharing what you used for the drag and drop?

1 Like

Yes I can do that, just let me organize it a bit since my notes were a bit ‘rough mode’.

5 Likes

Sure - share and if it looks good we can always make an app connect component from it.

Drag & drop reordering of items is a very common request

7 Likes

Using drag and drop to re-order table rows and update a corresponding database field would be a very useful feature. I use this in most backend/admin systems I’ve developed. I haven’t tried using it with Server/App Connect yet.

2 Likes

I’ve used something similar to this for images https://codepen.io/malkafly/pen/gbVYZb

Lebedev Konstantin seems to have done a lot of work as can be seen from https://github.com/RubaXa/Sortable and https://rubaxa.github.io/Sortable/

3 Likes

Nice examples, but as far as I could see, they just deal with the client-side display - ie the order of dragged items would revert if the browser were refreshed etc. It would be great if Wappler could add an extension using Server and App Connect to do something like this:


Demo: http://www.itidabhoi.org/demo/mysql-table-row-sort-using-jquery-php/

2 Likes

Hi Tom,
with all the scripts for client-side reordering you can trigger and update record server action, which updates the order as soon as the item is dragged.

Actually we are thinking of adding such a functionality in wappler, based on: https://shopify.github.io/draggable/ or
http://interactjs.io/.

6 Likes

Hi Teodor
Great examples - and would certainly be a good feature to have in Wappler.

Hi there, passing a tutorial on how to update image order by drag and drop

Also check the file online http://wappler.guru/change_order.php

Thank you

8 Likes

Thanks - a really good demo. (Your robot has a nice voice too.)

1 Like

Hey @TomD glad you like it!

Indeed great demo @t11 ! Also love the recording voice - what program do you use?

Also maybe you can make from your wappler.guru site a good learning resource as well, listing all the tips and tricks in there. and general info. You are missing the index now :slight_smile:
So people can easily find all the great stuff you are posting in one place!

Like the great Wappler learning sites @psweb with https://www.learnwappler.com/ and @Hyperbytes with https://wapplerunwrapped.online/ have made and also continuously update.

1 Like

Well done @t11 love the demo, brilliantly done. Very clever.

2 Likes

Thank you for your kind words. Yes the website does not actually exist but will be adding stuff. The software is a SAAS called fleeq.io and indeed is great

1 Like

Thank you very much @psweb. I really appreciate it

1 Like

A truly helpful tutorial, easy to follow and saving me a tonne of time. Much appreciated.

1 Like

Which reminds me - Niko how is the Wappler Guru site going on - a see a default page only :slight_smile:

Does this work on Mobile??

The drag and drop? Guess yes, havent tried it but I see no reason that this wont wok.

Thank you!