[JBoss JIRA] (DROOLS-3162) Resolve Table (grid) width for Scenario
by Klara Kufova (Jira)
[ https://issues.jboss.org/browse/DROOLS-3162?page=com.atlassian.jira.plugi... ]
Klara Kufova reassigned DROOLS-3162:
------------------------------------
Assignee: Gabriele Cardosi (was: Ivo Bek)
> Resolve Table (grid) width for Scenario
> ---------------------------------------
>
> Key: DROOLS-3162
> URL: https://issues.jboss.org/browse/DROOLS-3162
> Project: Drools
> Issue Type: Sub-task
> Components: Scenario Simulation and Testing
> Reporter: Liz Clayton
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: UX-CSS
>
> Table does not extend to the full width of the canvas area, which in the default view creates a gap between the table and the right panel. This could affect usability as the visual association and proximity between the selected cell and the input area (in the right panel) is reduced.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3054) Highlight in expression builder previous selection in Scenario right panel
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3054?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi commented on DROOLS-3054:
------------------------------------------
To optimize code development this ticket has been implemented inside https://issues.jboss.org/browse/DROOLS-3095.
> Highlight in expression builder previous selection in Scenario right panel
> --------------------------------------------------------------------------
>
> Key: DROOLS-3054
> URL: https://issues.jboss.org/browse/DROOLS-3054
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Gabriele Cardosi
> Priority: Minor
> Labels: UX, UX-CSS, UXTeam
> Attachments: RightPanel.png, RightPanel.png, Screen Shot 2018-09-28 at 3.45.25 PM.png, Screen Shot 2018-10-15 at 1.38.30 PM.png, Screen Shot 2018-10-18 at 2.51.59 PM.png, Screenshot from 2018-10-12 15-53-50.png, Screenshot from 2018-10-18 17-58-35.png, Screenshot from 2018-10-19 08-59-20.png, TestEditorTree.mp4, tree-issues.png, tree.png
>
>
> When the user edits the type of a column, the expression builder into the right panel should highlight the existing mapped type.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3175) [DMN Designer] keyboard context menu invocation
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3175?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-3175:
--------------------------------
Description: User should be able to invoke context menu by keyboard. Context menu contains actions according to the cell, where it was invoked. Possibility to invoke the context menu is crucial for integration selenium tests. (was: User should be able to navigate between context grid editor cells by keyboard. We should implement standard navigation:
- Move up: *arrow up*
- Move left: *arrow left*
- Move down: *arrow down*
- Move right: *arrow right*
Corner cases we need to address:
- No cell selected
-- -Select Top left cell if any arrow pressed?- left top cell selected by default
- Multiple cells selected
-- -Select Top left cell of current selected if any arrow pressed?- selection adjusted, no error thrown
- Selected cell on the corner, no other cells in demanded way
-- Keep selected the current cell)
> [DMN Designer] keyboard context menu invocation
> -----------------------------------------------
>
> Key: DROOLS-3175
> URL: https://issues.jboss.org/browse/DROOLS-3175
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
>
> User should be able to invoke context menu by keyboard. Context menu contains actions according to the cell, where it was invoked. Possibility to invoke the context menu is crucial for integration selenium tests.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3095) Grid with multiple data/domain object instances
by Gabriele Cardosi (Jira)
[ https://issues.jboss.org/browse/DROOLS-3095?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi commented on DROOLS-3095:
------------------------------------------
To optimize code development https://issues.jboss.org/browse/DROOLS-3054 has been implemented inside this one.
> Grid with multiple data/domain object instances
> -----------------------------------------------
>
> Key: DROOLS-3095
> URL: https://issues.jboss.org/browse/DROOLS-3095
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Gabriele Cardosi
> Assignee: Gabriele Cardosi
> Priority: Major
>
> As user I want to use multiple instances of my DO in a test scenario.
> *Implementation specs:*
> Implement "Instance" concept on the GIVEN/EXPECTED columns.
> Given/Expected columns should have three headers:
> # the top one is the group (GIVEN/EXPECTED),
> # the second one is the actual instance of a given type (ex Person1, Person2, Dispute)
> # the third one is the specific property of the instance.
> Below every instance header there could be one ore more property header - each of them belonging to that instance.
> The workflow to define template creation is going to change because of the new header level: the user may define the type/name of the instance *before* mapping the final properties, *OR* s/he may define directly a property, in which case the instance is automatically inferred and populated.
> When clicking on a GIVEN "Instance" header, user should see only first-level data objects in the right panel.
> When clicking on an EXPECT "Instance" header, user should see only first-level data objects in the right panel *AND* the GIVEN instances.
> When clicking on a Property header, *if* the instance is already defined, user should see only first-level properties of the instance it belongs to; *otherwise* s/he should see every properties of every data objects.
> Changing Instance type is not allowed (dose not makes sense): only "DELETE" is possible at "Instance" level. Deleting an Instance header(column) recursively delete all the properties.
> These issue is related to https://issues.jboss.org/browse/DROOLS-2788
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3175) [DMN Designer] keyboard navigation in context grid editor
by Jozef Marko (Jira)
Jozef Marko created DROOLS-3175:
-----------------------------------
Summary: [DMN Designer] keyboard navigation in context grid editor
Key: DROOLS-3175
URL: https://issues.jboss.org/browse/DROOLS-3175
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Affects Versions: 7.11.0.Final
Reporter: Jozef Marko
Assignee: Jozef Marko
User should be able to navigate between context grid editor cells by keyboard. We should implement standard navigation:
- Move up: *arrow up*
- Move left: *arrow left*
- Move down: *arrow down*
- Move right: *arrow right*
Corner cases we need to address:
- No cell selected
-- -Select Top left cell if any arrow pressed?- left top cell selected by default
- Multiple cells selected
-- -Select Top left cell of current selected if any arrow pressed?- selection adjusted, no error thrown
- Selected cell on the corner, no other cells in demanded way
-- Keep selected the current cell
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3175) [DMN Designer] keyboard context menu invocation
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3175?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-3175:
--------------------------------
Summary: [DMN Designer] keyboard context menu invocation (was: [DMN Designer] keyboard navigation in context grid editor)
> [DMN Designer] keyboard context menu invocation
> -----------------------------------------------
>
> Key: DROOLS-3175
> URL: https://issues.jboss.org/browse/DROOLS-3175
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
>
> User should be able to navigate between context grid editor cells by keyboard. We should implement standard navigation:
> - Move up: *arrow up*
> - Move left: *arrow left*
> - Move down: *arrow down*
> - Move right: *arrow right*
> Corner cases we need to address:
> - No cell selected
> -- -Select Top left cell if any arrow pressed?- left top cell selected by default
> - Multiple cells selected
> -- -Select Top left cell of current selected if any arrow pressed?- selection adjusted, no error thrown
> - Selected cell on the corner, no other cells in demanded way
> -- Keep selected the current cell
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3175) [DMN Designer] keyboard context menu invocation
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3175?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-3175:
--------------------------------
Affects Version/s: 7.14.0.Final
(was: 7.11.0.Final)
> [DMN Designer] keyboard context menu invocation
> -----------------------------------------------
>
> Key: DROOLS-3175
> URL: https://issues.jboss.org/browse/DROOLS-3175
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.14.0.Final
> Reporter: Jozef Marko
> Assignee: Jozef Marko
> Priority: Major
> Labels: drools-tools
>
> User should be able to navigate between context grid editor cells by keyboard. We should implement standard navigation:
> - Move up: *arrow up*
> - Move left: *arrow left*
> - Move down: *arrow down*
> - Move right: *arrow right*
> Corner cases we need to address:
> - No cell selected
> -- -Select Top left cell if any arrow pressed?- left top cell selected by default
> - Multiple cells selected
> -- -Select Top left cell of current selected if any arrow pressed?- selection adjusted, no error thrown
> - Selected cell on the corner, no other cells in demanded way
> -- Keep selected the current cell
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months
[JBoss JIRA] (DROOLS-3174) [DMN Designer] After Cell Edition, keyboard navigation stops working
by Jozef Marko (Jira)
Jozef Marko created DROOLS-3174:
-----------------------------------
Summary: [DMN Designer] After Cell Edition, keyboard navigation stops working
Key: DROOLS-3174
URL: https://issues.jboss.org/browse/DROOLS-3174
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.14.0.Final
Reporter: Jozef Marko
Assignee: Jozef Marko
Once the Cell edition is finished (TAB pressed) the keyboard navigation stops working. User have to explicitly click to some cell to re-activate keyboard navigation.
The issue applies also to Scenario and Simulation designer.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 9 months