You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditions are currently targeting only one attribute and are resolved for a single relation.
It should be possible to evaluate multiple attributes in one condition each against different target texts/options.
These conditions can be connected via AND or OR.
In the edit Condition interface:
support for multiple sources that can be related via "AND / OR", for example via a tabbed menu interface.
Add a tab view for each source allowing the user to add or remove it
Add a Radio-button "AND / OR" to switch between the type of conditional
PS it might sound like a ConditionSet but it should be editable as a normal Condition in order to not overflow the UI with complexity.
Affected
Users, Managers
Minimal functionality
allow for multiple relations that are combined when a Condition is resolved
add the required new settings to the edit Condition interface
We also have this need. We have a set of questions which are dependent from a derived variable DIL, defined from the answer to two questions CU and CP as follows:
Rationale / Begründung
Conditions are currently targeting only one attribute and are resolved for a single relation.
It should be possible to evaluate multiple attributes in one condition each against different target texts/options.
These conditions can be connected via AND or OR.
In the edit Condition interface:
PS it might sound like a ConditionSet but it should be editable as a normal Condition in order to not overflow the UI with complexity.
Affected
Users, Managers
Minimal functionality
Nice-to-have functionality
References / Verweise
rdmo/rdmo/conditions/models.py
Line 118 in c945d7d
The text was updated successfully, but these errors were encountered: