[JBoss JIRA] (DROOLS-5054) DMN Editor does not cascade allowedValues for Decision Table input
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-5054?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-5054:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> DMN Editor does not cascade allowedValues for Decision Table input
> ------------------------------------------------------------------
>
> Key: DROOLS-5054
> URL: https://issues.redhat.com/browse/DROOLS-5054
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Matteo Mortari
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: Traffic Violation (1).dmn
>
>
> Following the Traffic Violation tutorial, e.g.: https://access.redhat.com/documentation/en-us/red_hat_decision_manager/7....
> Despite {{Violation.Type}} is defined as a constraint enumeration:
> {code:xml}
> <dmn:itemComponent id="_D16710C9-F626-4351-ABCE-C7F0A1A82F70" name="Type" isCollection="false">
> <dmn:typeRef>string</dmn:typeRef>
> <dmn:allowedValues kie:constraintType="enumeration" id="_C4AFEF49-331A-4A9F-B9AF-478DB7525008">
> <dmn:text>"speed", "parking", "driving under the influence"</dmn:text>
> </dmn:allowedValues>
> </dmn:itemComponent>
> {code}
> the constraints are not cascaded down to the Decision Table input:
> {code:xml}
> <dmn:input id="_CD3B3323-7C98-44CB-802E-F3A52A4364CC">
> <dmn:inputExpression id="_621CEBEF-0710-4474-AFC3-D305517A348F" typeRef="string">
> <dmn:text>Violation.Type</dmn:text>
> </dmn:inputExpression>
> </dmn:input>
> {code}
> and this does not allow for the Decision Table static analysis to be perfomed (the static analysis reckognize these values seems to be enumerated, but the decision table column does not list them)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-1943) [DMN Editor] Association: Add support for AssociationDirection
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-1943?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-1943:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Editor] Association: Add support for AssociationDirection
> --------------------------------------------------------------
>
> Key: DROOLS-1943
> URL: https://issues.redhat.com/browse/DROOLS-1943
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Edson Tirelli
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
>
> The DMN Editor only supports creating {{Association}} *from* a DRG Element *to* a {{TextAnnotation}}. The DMN Specification however provides for the {{Association}} to have a direction (either from-DRG-to-TA, or from-TA-to-DRG or both).
> When implementing the UI model {{AssociationDirection}} was omitted as I thought it's direction could be inferred from the source and target nodes. However this may not be entirely accurate (for the "both" direction). Furthermore the UI currently does not support creating an {{Association}} from a {{TextAnnotation}}.
> [~tirelli] [~tari_manga] FYI
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-3169) [DMN Designer] Last Context Entry differentiation
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3169?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3169:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Last Context Entry differentiation
> -------------------------------------------------
>
> Key: DROOLS-3169
> URL: https://issues.redhat.com/browse/DROOLS-3169
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: Screenshot 2018-10-23 18.37.56.png, Screenshot from 2018-10-22 17-35-07.png
>
>
> The last Context Entry, shown in the attachment, should be differentiated to other Context Entries. Currently we differentiate it just by the Name *Default* that user can not change.
> We should improve this in one of the following ways:
> - Keep name *Default*, change font to italics and use grey background color
> - Merge the *Default* and *Value* cells of last entry and remove the name *Default*
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-4678) Update Decision table (select type) cell hint text.
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-4678?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-4678:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> Update Decision table (select type) cell hint text.
> ---------------------------------------------------
>
> Key: DROOLS-4678
> URL: https://issues.redhat.com/browse/DROOLS-4678
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: Screen Shot 2019-10-23 at 3.30.22 PM.png, Screen Shot 2019-10-23 at 3.38.44 PM.png, Screen Shot 2019-10-23 at 3.39.21 PM.png
>
>
> Provide clearer guidance text to the user when being asked to make a Logic type selection. Short term solutions include:
> * Revise the hint text wording to "Select logic type."
> *For consideration:*
> * Provide a tooltip on hover to instruct the user to click the cell and make a selection.
> * Consider changing the text color to blue to indicate that it's interactive. *Note although this should probably done consistently on all cells that spawn a pop-over on click...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-4033) [DMN Designer] Save Stunners MagnetConnector.auto property
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-4033?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-4033:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Save Stunners MagnetConnector.auto property
> ----------------------------------------------------------
>
> Key: DROOLS-4033
> URL: https://issues.redhat.com/browse/DROOLS-4033
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Daniel José dos Santos
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
> Fix For: 7.21.0.Final
>
> Attachments: before-saved.png, re-opened.png
>
>
> Further to DROOLS-3702 we are approximating Stunner's {{MagnetConnector}} _auto_ property when unmarshalling a DMN XML file.
> Connectors made using the toolbox (either by adding a connector between two existing nodes or adding a new connected node) are {{auto=true}}. Moving a connector end-point to a Magnet manually (other than "centre") sets {{auto=false}}. It is these situations when re-opening the file can give a different visualisation of the connectors. We need to store the connectors _auto_ property as a DMN extension if we are to ensure re-opening any file preserves the connectors appearance.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month