Details
-
User Story
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
-
Appman & IF KW21
-
82eade0ec (dev)
Description
What is the benefit? Why is this valuable?
By pausing property updates, unnecessary UI refreshes are avoided, resulting in improved performance and reduced computational overhead. This also provides fine-grained control of the data flow between backend and frontend.
What are common use cases?
- Pause updates during animations and transitions
- Batch data updates
- Pausing updates during certain UI interactions to avoid flickering
- Background tasks that takes time to finish
Technical information
- Should happen through QIfConfiguration
- Find a way to auto-discovery on reconnect