McRange / Material-Kanban-Board

This plugin allows easy integration of a Kanban board into your own application. Your business processes can be grouped and visualized clearly. With Drag'n Drop you can move the cards between a dynamic number of columns. Adjust the icons, colors and other attributes to your personal needs. Expand the cards with any HTML content to display more information and enable more functions.
Other
55 stars 17 forks source link

Automatically update by event #9

Closed jekeam closed 1 year ago

jekeam commented 4 years ago

How can I update the Board for everyone if the user moved the map? Probably this is implemented through webhooks, there is some built-in mechanism or my needs to come up with it yourself? What do you advise?

SergioRomera commented 4 years ago

I have the same problem. How can we update the value in the table?. Thanks in advance. Your Kanban board is great!.

jekeam commented 4 years ago

I have the same problem. How can we update the value in the table?. Thanks in advance. Your Kanban board is great!.

I'm using a temporary solution out of the box, updating the board, every Х seconds

McRange commented 1 year ago

This is a global problem in APEX / Oracle. There is no build in solution for updating any content pushed by server. APEX always need a client side interaction.