apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

Improvement: make `jbpm-quarkus-devui` badges dynamic. #1022

Open pefernan opened 5 months ago

pefernan commented 5 months ago

As a part of https://github.com/apache/incubator-kie-issues/issues/280 we recovered the static badges displaying the count of elements (ProcessInstancess/Tasks/Jobs/Forms) in the extension Card.

As mention this values are static and display the count of elements in the moment the user opens the Dev UI. The new Quarkus APIs allow to display dynamic data in the badges which is srtreamed from the Quarkus runtime. We can take advantage of this to stream the elements count and update and display the real count of elements.

More info: https://quarkus.io/guides/dev-ui#custom-cards

mcruzdev commented 1 month ago

Hi @pefernan, it was solved? If not, I would like to solve this one!