Skip to content

v0.42.0 - improvements on case manager & bugfixes

Choose a tag to compare

@Pascal-Delange Pascal-Delange released this 23 May 08:44
· 51 commits to main since this release

This week we focus on some product improvements and bugfixes on the case manager, based on customer feedback from last week's big release.
The last missing pieces of the case manager revamp will be following next week!

Improvements

  • New icons for decision outcomes, case status
  • Better inbox navigation for the case manager:
    • more readable icons
    • resolved cases are now hidden by default in the inbox - optional filter to show only resolved cases
    • cases are now ordered by default by showing "waiting for action" cases (escalated to an inbox, reassigned etc) first, then by oldest cases first. Clicking on the "date" column header inverts the order.
    • new filter to show only unassigned cases
  • The decisions table page now shows decisions of the past month only by default, for better response time in edge cases of filters (e.g. no rows matching, ...)

Bug fixes

  • Improve translations on several parts of the case manager #883
  • Case outcome (false positive, etc) no longer reset if a resolved case is reopened #881
  • Navigation between inboxes properly updates the inbox if filters/pagination had already been applied #892
  • Placeholder display in the case right panel if no pivot values have been configured #878
  • Correct two bugs related to database field accessors in rule builder: one that caused transient errors when opening the rule page, one that caused some database field accessors to be missing in some cases (involving very nested data models) #1000
  • Self-assign case on decision and sanction check review #1007
  • avoid noisy logs on backend if Segment is disabled #1013