Hello Bubblers,
I’m building a content management system or a CRM for a client that lets users create lists of content, and add cards to certain lists in the content board
I designed the UX/UI for the list and managed to create a workflow where users can swap the position of the lists containing cards using the drag and drop plugin, but I couldn’t work on how to create a workflow that lets users drag and drop cards across different lists, if you have a general idea on how the workflow would be, I can support you with more information regarding my database structure.
Here’s the workflow for swapping lists:
Here’s the element tree:
I have set state of the position number of the list and also have a number data type in the list called position number
When a drop area has a group dropped on it, this workflow sets the state of current position number of the list selected and sets another state of the position number dropped. then changes the data accordingly
I’m not sure how to create a workflow that achieves the ability to move cards across different lists, I know each card has its position within the list and belongs to the list that it was created in (let’s call it Original List) but I don’t know how to execute this workflow.
If you have built similar workflow or know how to go about building one I’d appreciate the help!
PS - I’m avoiding to look for a plugin that does this as it might not be reliable at scale in the long run.
Thanks!