Feature - Custom Defined Role Names and Dynamic Status

we want this year to implement workflows, but before we do that we need to improve usability and performance of the system, two topics discussed today were:

1- we need to allow users define their own names for “Custom Roles”, ideally this should be the case for every field form but that is not happening so we’ll start with the custom roles:

Ideally the user would be able to define their own custom roles (maybe the user wants more or less thans the one we use, but that change goes too deep into eramba and … is well, really not something we want to get into)

Internal ref: https://github.com/eramba/eramba_v2/issues/2223

2- we have status on many sections and their trigger logic and name is hardcoded on the system, we would like to make this also a setting into every section

  • The user should be able to define the status label name
  • the user should be able to define the logic that triggers the status , probably add or remove status too. So the logic for “expired review” now is that the last review is incomplete , the user could define another status called “Very very expired” where the last 3 reviews are expired. Some sections dont even have status … for example "when a risk is “closed” , how do i tag that?

internal ref: https://github.com/eramba/eramba_v2/issues/2224

the functionality is then composed of the following elements:

  • user defined “Status” , examples are “Failed”, “Pass”, “Open”, “Closed”, etc. these are the drop downs you see in most sections. the immediate gain is that you can now group items as you wish (risks no longer applicable, audits that are not failed or pass … but are more less ok, etc). this means new reports can be created immediately too as you can group items based on this status you define.

  • user defined “Dynamic Status” , which trigger based on the “status” and sometimes a date. The user will be able to define their own dynamic statuses (name, colour and conditions). Reports, filters and notification macros will then reflect these settings

These dynamic status are composed of:

  • a name (like we have now, Last audit expired, etc)
  • colour
  • one or more condition (as defined above on the table) connected to each other by a set of conditions, a bit like we have today on Zendesk

The modal for defining them could be a bit like this:

And the “Rules” must be defined on a light-modal that could use the following UX:

The table below shows the sample conditions we can apply on each section, these settings would allow users to make far more detailed and customised statuses:

spreadsheet link: https://docs.google.com/spreadsheets/d/1t2HSXpcKm7766CKge19MCLH-9YIfF-9_YqOaUIsafkA/edit#gid=0

Rules are defined with the following fields:

  • Drop down with the list of functions (see the list of functions on the spreadsheet). Functions return: date, string and integer…when a function is selected its description is shown below to make sure the user understand what the function does
  • Operator (depends on the function selected)
    • integer: ><=!
    • string: = ! contains
    • date: on, before, etc same as filters
  • Value (depends on the function selected)
    • integer: the user provides an integer value
    • string: the user provides a string or regex
    • date: the user provides a static date OR a reference (+14, -7, etc)

How does this work for a system admin?

  1. the user can define their own “status” on top of the ones eramba ships with - these status can be enabled or disabled (if they are disabled they stop showing on the form, users can not disable a status that is being used on a dynamic status)
  2. the user can then define dynamic status, these definitions use operators, hardcoded functions and in between the rules “Ands” and “or”
  3. every time a dynamic status is “saved”, the entire section (and all its related sections) must be re-calculated. since this can take a while we need a warning (a bit like on the login page) to be shown until the recalculation is completed.

Reports must be updated on the sections that support dynamic status, i would suggest we re-use the existing charts but update the group by and colour based on the definitions of the setting.

Notifications remain the same except for those that trigger when a specific status is identified, see the spreadsheet for details.

Macros must be reviewed to understand where this is affecting them, they will need to become dynamic too.

I would suggest we start this feature on:

  • Internal controls
  • Compliance Analysis

Notifications must be updated for this feature to work, we followed up on this post: Question - Slack integration?

Dynamic status are ready, as you can see i created a status on the Internal Control section that triggers if >%50 of the audits for the current calendar year are “Failed”

And as you can see the status on the first control:

This could also trigger two “Warning” notifications:

  • When the status is first activated
  • When the status is deactivated (because the conditions no longer match)

We think this will be actually quite a cool feature we believe … you can make your own status based on your custom fields too of course.

1 Like

Hi,

I can see the “dynamic status” (cool feature!), but can I actually also customise the “status”, i.e. the values in the drop-down menus?

Thanks,
Davide

yes - we left this for a little later … we had it in mind but like Tyson once well said:

You can use custom fields for the time being, remember fields are now totally configurable (name, helper text, etc) hopefully giving you a little bit more of customisation. our aim is this year to make as configurable as possible…so there will hopefully be many changes in this direction

the addition of customizable “status” will come this year, for sure, just not now

int ref: https://github.com/eramba/eramba_v2/issues/2464

done on e.2.5.0