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
Is your feature request related to a problem? Please describe.
As a 104 Engineer I want to add 2 Address Elements to a existing DOI/DAI which don't have Address Element yet and are allowed to have inverted Address Elements.
If it's allowed by the configuration the Engineer get's the option in the PrepareAddressWizard to indicate if inverted Address Elements are needed. If the Engineer Inverted Address Elements need to be create 2 Address Elements are added, on normal one, and on Address Element with an attribute 'inverted' set to 'true'.
Describe the solution you'd like
Extend the existing logic to support the new CDC types from issue #698.
The configuration in cdc.ts need to be extends with a optional boolean 'inverted' to indicate if inverted is allowed for a specific TI/Filter combination.
In the PrepareAddressWizard two new indicators are added (monitor and control) to let the Engineer choose if Inverted Address Elements should be created. Default valu eis 'false'. If the Engineer indicates this during creating of the Address Elements this indicator and if it's allowed are used to create the Address Elements.
If the indicators are enabled depend on the configuration, if one of the TI's in Monitor/Control indicates Inverted is allowed, the indicator is enabled.
Additional information
It would be nicer if the Engineer first selects the TI, if multiple are allowed, but this means a lot of logic and a specific Wizard for choosing the Inverted. So for now enable the indicator if it's allowed for one of the TI's and check the configuration when adding the Address Element, ignore the indicator of the screen if for the chosen TI it isn't allowed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a 104 Engineer I want to add 2 Address Elements to a existing DOI/DAI which don't have Address Element yet and are allowed to have inverted Address Elements.
If it's allowed by the configuration the Engineer get's the option in the PrepareAddressWizard to indicate if inverted Address Elements are needed. If the Engineer Inverted Address Elements need to be create 2 Address Elements are added, on normal one, and on Address Element with an attribute 'inverted' set to 'true'.
Describe the solution you'd like
Extend the existing logic to support the new CDC types from issue #698.
The configuration in cdc.ts need to be extends with a optional boolean 'inverted' to indicate if inverted is allowed for a specific TI/Filter combination.
In the PrepareAddressWizard two new indicators are added (monitor and control) to let the Engineer choose if Inverted Address Elements should be created. Default valu eis 'false'. If the Engineer indicates this during creating of the Address Elements this indicator and if it's allowed are used to create the Address Elements.
If the indicators are enabled depend on the configuration, if one of the TI's in Monitor/Control indicates Inverted is allowed, the indicator is enabled.
Additional information
It would be nicer if the Engineer first selects the TI, if multiple are allowed, but this means a lot of logic and a specific Wizard for choosing the Inverted. So for now enable the indicator if it's allowed for one of the TI's and check the configuration when adding the Address Element, ignore the indicator of the screen if for the chosen TI it isn't allowed.
The text was updated successfully, but these errors were encountered: