Heya community,
Is there a way to display a progress bar on a view, and dynamically update his progress bound to a process ?
Imagine a view with a button calling a controller that use 4 differents services. I want the progress bar to update after each service’s call by a given number %
We can’t force the controller’s response to update the view multiple times, I don’t think the Event mechanic can update a view component as well.
Have you ever done this ? Do you have a solution ?