[JBoss JIRA] (DROOLS-3275) [DMN Designer] Layout of new nodes on DRD should be vertical
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3275?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3275:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Layout of new nodes on DRD should be vertical
> ------------------------------------------------------------
>
> Key: DROOLS-3275
> URL: https://issues.redhat.com/browse/DROOLS-3275
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Michael Anstis
> Assignee: Guilherme Gomes
> Priority: Minor
> Labels: drools-tools
>
> Requested by [~tirelli]:
> {quote}
> On the DRD, when I select a node and click to create another node, it is usually created on the right side, but typical DMN diagrams are top-down. Can we change the behaviour to create nodes above/below instead?
> {quote}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-3442) Rename the "Name" label in DMN Definition properties panel
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3442?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3442:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> Rename the "Name" label in DMN Definition properties panel
> ----------------------------------------------------------
>
> Key: DROOLS-3442
> URL: https://issues.redhat.com/browse/DROOLS-3442
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: UX, UXTeam, drools-tools
>
> The field "Name" refers to name for the DMN model, rather than the file. The generic label "Name" might mislead users to believe that they are renaming the file name, when they are not. To clarify the purpose of this field, consider providing a more accurate field label - for example: "Model name" or etc.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-3317) Guided Decision Tables: Insert in RHS not creating valid code for boolean fields.
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3317?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3317:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> Guided Decision Tables: Insert in RHS not creating valid code for boolean fields.
> ---------------------------------------------------------------------------------
>
> Key: DROOLS-3317
> URL: https://issues.redhat.com/browse/DROOLS-3317
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Affects Versions: 7.15.0.Final
> Reporter: Toni Rikkola
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> Insert a fact with a boolean field in dtable RHS.
> The DRL generated looks like this:
> {code:java}
> rule "Row 3 The Table"
> dialect "mvel"
> when
> s : Source( age >= 18 , kitten == "Dog" )
> then
> s.setRisk( "ok" );
> DroolsUtil fact0 = new DroolsUtil();
> fact0.setARuleFired( true );
> insert( fact0 );
> end
> {code}
> The line
> {code:java}
> fact0.setARuleFired( true );
> {code}
> does not compile. It should be ( for example ):
> {code:java}
> fact0.aRuleFired = true;
> {code}
> The above is done by inserting the fact with BRL action, but the same error bothers the "Set the value of field" option.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-4931) [DMN Designer] Add Indexer of DMN files
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-4931?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-4931:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Add Indexer of DMN files
> ---------------------------------------
>
> Key: DROOLS-4931
> URL: https://issues.redhat.com/browse/DROOLS-4931
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.31.0.Final
> Reporter: Michael Anstis
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> There is a growing need to _index_ DMN files with an {{Indexer}} implementation.
> The exact meta-data to be stored in the index is to be ascertained.
> Implementation should be in {{kie-wb-common-dmn-backend}}. This is a Business Central only requirement
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-3844) DMN Editor not immediate how to relinquish space on the right
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-3844?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-3844:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> DMN Editor not immediate how to relinquish space on the right
> -------------------------------------------------------------
>
> Key: DROOLS-3844
> URL: https://issues.redhat.com/browse/DROOLS-3844
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Matteo Mortari
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: image-2019-04-03-10-41-41-987.png, image-2019-04-03-10-43-17-267.png
>
>
> In this example,
> !image-2019-04-03-10-41-41-987.png|thumbnail!
> One may notice the Description annotation column is "wasting" a lot of space. If I try to resize the Description column, I cannot:
> !image-2019-04-03-10-43-17-267.png|thumbnail!
> as the cursor does not change to horizonal resize cursor for the column.
> I later figured the only way is to act on the top-most parent.
> Can you consider if there can be a more easier/faster UX experience for this, please?
> Thanks
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-4800) [DMN Designer] Add support for copy and paste in grids
by Michael Anstis (Jira)
[ https://issues.redhat.com/browse/DROOLS-4800?page=com.atlassian.jira.plug... ]
Michael Anstis reassigned DROOLS-4800:
--------------------------------------
Assignee: Guilherme Gomes (was: Michael Anstis)
> [DMN Designer] Add support for copy and paste in grids
> ------------------------------------------------------
>
> Key: DROOLS-4800
> URL: https://issues.redhat.com/browse/DROOLS-4800
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.30.0.Final
> Reporter: Michael Anstis
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> Add support for copying/pasting between cells in grids.
> The implementation should re-use and integrate with the existing Stunner mechanism (i.e. if there are toolbar buttons to copy/paste nodes they should be re-used to copy/paste cells when in the grid view. Copying a grid cell(s) should probably replace any _node_ content on the virtual clipboard and vice-versa. In addition to toolbar buttons the feature should probably be also exposed on a context-menu and keyboard short-cuts...
> Pasting a cell into another should only be possible where the type of cell is compatible. I.E. you cannot paste an expression cell (e.g. nested Decision Table on a ContextEntry) into a literal cell (e.g. Relation grid cell).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month