zeebe-simple-monitor icon indicating copy to clipboard operation
zeebe-simple-monitor copied to clipboard

feat(ui): incident view filtering by process id and time

Open nitram509 opened this issue 3 years ago • 1 comments

implements #438

Demo/Screenshot

Screenshot 2022-10-05 at 16 45 13

noteworthy changes

  • introducing new dependencies for QueryDSL
    • reasoning QueryDSL is well supported with the Spring JPA framework and eases the filtering of various attributes
  • there's a bug fix for popper.js, since the import was broken (visible in JS console of Chrome, when clicking a drop-down menu, created with bootstrap and then there was the error message, that popper.js was missing)
  • on-top of the ticket, I do introduce sorting of error type and process id to further assist in finding incidents

nitram509 avatar Oct 05 '22 14:10 nitram509

@nitram509 thank you for your contribution. :tada: I'll have a look at your PR in the next few days. :eyes:

saig0 avatar Oct 10 '22 05:10 saig0

@saig0 I did an update, including the latest changes from main.

What's your view on this PR?

nitram509 avatar Dec 11 '22 16:12 nitram509

@nitram509 I'll have a look at your PR next week.

saig0 avatar Dec 16 '22 09:12 saig0