The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
1st try to do a kanban app with formidable
Hello!
I'm trying to do a kanban app with formidable.
What I did:
- created 1 form for stages
- created another form for tasks
- created a view to display stages
- created a view to display tasks
- with some CSS (flex) I horizontal aligned the stage boxes and added unique divs to all stage boxes and task items (example: <div id="stage_[id]">).
- with some javascript, I made those stage boxes droppable and task items draggable
DEMO: http://puzzled-capuchin.w3.poopy.life/
Everything fast and easy to implement until this point 🙂
Now the "problem".
Of course, these "drag-and-drops" don't stick after we refresh the page.
I tried to save those positions in local storage but it doesn't work properly.
I would like to ask you experienced coders if there is a way to fix those task items inside stage boxes in the database?
Any help or comments will be appreciated.
Thank you,
Antonio
October 23, 2017 at 11:24 pm
That's really cool! Not sure if this is useful but I think he has something similar in mind?
http://community.formidableforms.com/help-desk/ranking-options-in-order-of-preference/
October 24, 2017 at 12:32 pm
@esadmin,
Thank you. I think that will help me :)
Discussion closed.