[JBoss JIRA] (DROOLS-3200) [DMN Designer] Properties Panel Hints
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3200?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3200:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Properties Panel Hints
> -------------------------------------
>
> Key: DROOLS-3200
> URL: https://issues.redhat.com/browse/DROOLS-3200
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> Following DROOLS-3145 we need to identify most important fields set via properties panel and provide hints directly in the properties panel to support self-documentary product effort.
> The hints should shortly explain the fields and provide sample valid values if applicable.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (DROOLS-3657) [DMN Designer] Highlight invalid DRGElements
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3657?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3657:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Highlight invalid DRGElements
> --------------------------------------------
>
> Key: DROOLS-3657
> URL: https://issues.redhat.com/browse/DROOLS-3657
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> Whenever a DMN file is validated (be it when the Project is compiled or via the Validate button on the toolbar) the DMN editor should highlight issues reported by the validation. This should include DRG nodes (on the graph view) or DRGElements (in the Boxed Expression, aka grid, view). The nature of the highlighting is to be defined; but probably consists of an orange background for warnings and red background for errors; possibly both with a warning triangle positioned somewhere. UX will need engaging for design proposals.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[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)
4 years, 9 months
[JBoss JIRA] (DROOLS-3288) [DMN Designer] The Input Node type should be synchronised with the column type in the Decision Table
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3288?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3288:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] The Input Node type should be synchronised with the column type in the Decision Table
> ----------------------------------------------------------------------------------------------------
>
> Key: DROOLS-3288
> URL: https://issues.redhat.com/browse/DROOLS-3288
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
> Attachments: diagram.png, dtable.png, steps.gif
>
>
> When the user persists the following diagram:
> !diagram.png|thumbnail!
> ..with the following Decision Table:
> !dtable.png|thumbnail!
> ..and change the Input Node type, the type in the Decision Table does not change.
> *Steps to reproduce*
> !steps.gif|thumbnail!
> *Expected behaviour*
> Ideally, those types should be synchronised. However, since the type in the DT column is persisted as {{dmn:inputExpression}} and the type in the Input Node is persisted as a {{dmn:variable}}, the user should be able to re-define the types, keeping them unsynchronised.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[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)
4 years, 9 months