Restructure CompensationAction #112
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
CompensationActions can be added one by one, using an autocomplete select field.Problem
One compensation action entry has always been an aggregation of multiple compensation action type entries, which 'explain' the detailed parts of one action:

This way we can define amount and unit for an aggregated action, which holds the different needed steps for this special action.
Improvement
In a first step we need to change the single-action_type selection into a multi-select, so that different action_types can be selected to define the exact steps taken in this action.
In another step we need to evaluate possible steps to switch from an autocomplete select widget to an autocomplete tree select widget, where the user can more easily explore available action_type groups and sub-groups.
Find a neat solution (if possible) e.g. from here: https://www.jqueryscript.net/blog/Best-Tree-View-Plugins-jQuery.html
Merged by #115