[JBoss JIRA] (DROOLS-4406) [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with color
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4406?page=com.atlassian.jira.plugi... ]
Guilherme Gomes reassigned DROOLS-4406:
---------------------------------------
Assignee: Guilherme Gomes (was: Daniel José dos Santos)
> [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with color
> --------------------------------------------------------------------------------------
>
> Key: DROOLS-4406
> URL: https://issues.jboss.org/browse/DROOLS-4406
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> Create the infrastructure code for highlighting a cell without focusing it.
> In other words, the cell color must be changed, but the outline border indicating the focus must not be enabled.
> The expected result for this issue is an API like this:
> {code}
> void highlight(cell, color)
> {code}
> This JIRA supports:
> - https://issues.jboss.org/browse/DROOLS-4407
> - https://issues.jboss.org/browse/DROOLS-4408
> ---
> Ideally, this API would be something like this:
> {code}
> void highlight(cell, text, color)
> {code}
> The text would be selected, showing the part of the cell text that matches with the searched term. But since this is 5 story points JIRA, it's fine only to change the cell color.
> ---
> ⚠️ Notice:
> We don't have clear performance constraints. But consider that this highlight can be performed in the future into huge number of cells (~50000).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4406) [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with color
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4406?page=com.atlassian.jira.plugi... ]
Guilherme Gomes reassigned DROOLS-4406:
---------------------------------------
Assignee: Daniel José dos Santos (was: Guilherme Gomes)
> [DMN Designer] Search feature - Infrastructure for highlighting a grid cell with color
> --------------------------------------------------------------------------------------
>
> Key: DROOLS-4406
> URL: https://issues.jboss.org/browse/DROOLS-4406
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
>
> Create the infrastructure code for highlighting a cell without focusing it.
> In other words, the cell color must be changed, but the outline border indicating the focus must not be enabled.
> The expected result for this issue is an API like this:
> {code}
> void highlight(cell, color)
> {code}
> This JIRA supports:
> - https://issues.jboss.org/browse/DROOLS-4407
> - https://issues.jboss.org/browse/DROOLS-4408
> ---
> Ideally, this API would be something like this:
> {code}
> void highlight(cell, text, color)
> {code}
> The text would be selected, showing the part of the cell text that matches with the searched term. But since this is 5 story points JIRA, it's fine only to change the cell color.
> ---
> ⚠️ Notice:
> We don't have clear performance constraints. But consider that this highlight can be performed in the future into huge number of cells (~50000).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4321) [DMN Designer] Search feature - DMN Data Types must be searchable elements
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4321?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4321:
--------------------------------
Description:
Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
h3. Acceptance test
On both Firefox and Chrome
- Search when data types collapsed (x) [^collapsed.webm]
-- (/) in re-review
- Search in nested structures, Structure in Structure (/)
- Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
- Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
- Search data type, edit it, save, continue search (x) [^search-edit.webm]
-- DROOLS-4419
- Search data type, remove it (x) same as above
-- DROOLS-4419
- Search data type, matches that needs scrolling (/)
- Search Data Type, Search Model, Search Data Type (x)
-- the issue of switching search context is that it assumes the context of previous screen until you press enter
-- (/) in re-review
- Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
was:
Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
h3. Acceptance test
On both Firefox and Chrome
- Search when data types collapsed (x) [^collapsed.webm]
-- (/) in re-review
- Search in nested structures, Structure in Structure (/)
- Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
- Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
- Search data type, edit it, save, continue search (x) [^search-edit.webm]
- Search data type, remove it (x) same as above
- Search data type, matches that needs scrolling (/)
- Search Data Type, Search Model, Search Data Type (x)
-- the issue of switching search context is that it assumes the context of previous screen until you press enter
-- (/) in re-review
- Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
> [DMN Designer] Search feature - DMN Data Types must be searchable elements
> ---------------------------------------------------------------------------
>
> Key: DROOLS-4321
> URL: https://issues.jboss.org/browse/DROOLS-4321
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: Screenshot from 2019-08-02 10-47-30.png, Screenshot from 2019-08-02 10-49-33.png, collapsed.webm, search-edit.webm
>
>
> Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
> h3. Acceptance test
> On both Firefox and Chrome
> - Search when data types collapsed (x) [^collapsed.webm]
> -- (/) in re-review
> - Search in nested structures, Structure in Structure (/)
> - Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
> - Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
> - Search data type, edit it, save, continue search (x) [^search-edit.webm]
> -- DROOLS-4419
> - Search data type, remove it (x) same as above
> -- DROOLS-4419
> - Search data type, matches that needs scrolling (/)
> - Search Data Type, Search Model, Search Data Type (x)
> -- the issue of switching search context is that it assumes the context of previous screen until you press enter
> -- (/) in re-review
> - Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4419) [DMN Designer] User can search for non-existing data type
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4419?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4419:
--------------------------------
Attachment: search-edit.webm
> [DMN Designer] User can search for non-existing data type
> ---------------------------------------------------------
>
> Key: DROOLS-4419
> URL: https://issues.jboss.org/browse/DROOLS-4419
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.25.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: search-edit.webm, search.webm
>
>
> User can search for a non existing result and then error is thrown.
> Imagine situation, you are going trough search results. You stop at one of them. You decide to edit it or remove it completely. The you want to continue going trough results however an error is thrown. See the attached video.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4419) [DMN Designer] User can search for non-existing data type
by Jozef Marko (Jira)
Jozef Marko created DROOLS-4419:
-----------------------------------
Summary: [DMN Designer] User can search for non-existing data type
Key: DROOLS-4419
URL: https://issues.jboss.org/browse/DROOLS-4419
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.25.0.Final
Reporter: Jozef Marko
Assignee: Guilherme Gomes
Attachments: search-edit.webm, search.webm
User can search for a non existing result and then error is thrown.
Imagine situation, you are going trough search results. You stop at one of them. You decide to edit it or remove it completely. The you want to continue going trough results however an error is thrown. See the attached video.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4321) [DMN Designer] Search feature - DMN Data Types must be searchable elements
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4321?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4321:
--------------------------------
Description:
Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
h3. Acceptance test
On both Firefox and Chrome
- Search when data types collapsed (x) [^collapsed.webm]
-- (/) in re-review
- Search in nested structures, Structure in Structure (/)
- Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
- Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
- Search data type, edit it, save, continue search (x) [^search-edit.webm]
- Search data type, remove it (x) same as above
- Search data type, matches that needs scrolling (/)
- Search Data Type, Search Model, Search Data Type (x)
-- the issue of switching search context is that it assumes the context of previous screen until you press enter
-- (/) in re-review
- Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
was:
Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
h3. Acceptance test
On both Firefox and Chrome
- Search when data types collapsed (x) [^collapsed.webm]
-- (/) in re-review
- Search in nested structures, Structure in Structure (/)
- Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
- Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
- Search data type, edit it, save, continue search (x) [^search-edit.webm]
- Search data type, remove it (x) same as above
- Search data type, matches that needs scrolling (/)
- Search Data Type, Search Model, Search Data Type (x)
-- the issue of switching search context is that it assumes the context of previous screen until you press enter
- Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
> [DMN Designer] Search feature - DMN Data Types must be searchable elements
> ---------------------------------------------------------------------------
>
> Key: DROOLS-4321
> URL: https://issues.jboss.org/browse/DROOLS-4321
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: Screenshot from 2019-08-02 10-47-30.png, Screenshot from 2019-08-02 10-49-33.png, collapsed.webm, search-edit.webm
>
>
> Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
> h3. Acceptance test
> On both Firefox and Chrome
> - Search when data types collapsed (x) [^collapsed.webm]
> -- (/) in re-review
> - Search in nested structures, Structure in Structure (/)
> - Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
> - Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
> - Search data type, edit it, save, continue search (x) [^search-edit.webm]
> - Search data type, remove it (x) same as above
> - Search data type, matches that needs scrolling (/)
> - Search Data Type, Search Model, Search Data Type (x)
> -- the issue of switching search context is that it assumes the context of previous screen until you press enter
> -- (/) in re-review
> - Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4321) [DMN Designer] Search feature - DMN Data Types must be searchable elements
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4321?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4321:
--------------------------------
Description:
Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
h3. Acceptance test
On both Firefox and Chrome
- Search when data types collapsed (x) [^collapsed.webm]
-- (/) in re-review
- Search in nested structures, Structure in Structure (/)
- Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
- Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
- Search data type, edit it, save, continue search (x) [^search-edit.webm]
- Search data type, remove it (x) same as above
- Search data type, matches that needs scrolling (/)
- Search Data Type, Search Model, Search Data Type (x)
-- the issue of switching search context is that it assumes the context of previous screen until you press enter
- Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
was:
Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
h3. Acceptance test
On both Firefox and Chrome
- Search when data types collapsed (x) [^collapsed.webm]
- Search in nested structures, Structure in Structure (/)
- Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
- Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
- Search data type, edit it, save, continue search (x) [^search-edit.webm]
- Search data type, remove it (x) same as above
- Search data type, matches that needs scrolling (/)
- Search Data Type, Search Model, Search Data Type (x)
-- the issue of switching search context is that it assumes the context of previous screen until you press enter
- Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
> [DMN Designer] Search feature - DMN Data Types must be searchable elements
> ---------------------------------------------------------------------------
>
> Key: DROOLS-4321
> URL: https://issues.jboss.org/browse/DROOLS-4321
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: Screenshot from 2019-08-02 10-47-30.png, Screenshot from 2019-08-02 10-49-33.png, collapsed.webm, search-edit.webm
>
>
> Currently, the search component indexes only GDT cells, DRG elements, and Boxed Expressions. It must index Data Types too.
> h3. Acceptance test
> On both Firefox and Chrome
> - Search when data types collapsed (x) [^collapsed.webm]
> -- (/) in re-review
> - Search in nested structures, Structure in Structure (/)
> - Search _Constraints_ (x) !Screenshot from 2019-08-02 10-47-30.png|thumbnail!
> - Search _Is List_ (x) !Screenshot from 2019-08-02 10-49-33.png|thumbnail!
> - Search data type, edit it, save, continue search (x) [^search-edit.webm]
> - Search data type, remove it (x) same as above
> - Search data type, matches that needs scrolling (/)
> - Search Data Type, Search Model, Search Data Type (x)
> -- the issue of switching search context is that it assumes the context of previous screen until you press enter
> - Search DataType, Switch to Model->Expression, keyboard shortcuts need to work (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months
[JBoss JIRA] (DROOLS-4315) [DMN Designer] Documentation - Download buttons UX
by Margot Menestrot (Jira)
[ https://issues.jboss.org/browse/DROOLS-4315?page=com.atlassian.jira.plugi... ]
Margot Menestrot resolved DROOLS-4315.
--------------------------------------
Resolution: Done
> [DMN Designer] Documentation - Download buttons UX
> --------------------------------------------------
>
> Key: DROOLS-4315
> URL: https://issues.jboss.org/browse/DROOLS-4315
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Margot Menestrot
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: component-1.png, component-2.png, component-3.png
>
>
> h3. Context:
> Today users can:
> 1) Download the diagram picture by using this component:
> !component-1.png|thumbnail!
> 2) Download the DMN file by using this component:
> !component-2.png|thumbnail!
> 3) Print or Download the documentation as PDF by using the *Print* button (into the Documentation tab):
> !component-3.png|thumbnail!
> 4) Download the documentation as DOC by using the *Download .doc file* button (into the Documentation tab):
> !component-3.png|thumbnail!
> ----
> h3. Problem:
> The "Download" concept is getting confusing for users.
> As a user, I want to be able to:
> - Download the documentation as a .PDF file
> - Download the documentation as a .DOC file
> - Print the documentation
> ----
> h3. Notice:
> This component can be removed (if UX considers that it's necessary):
> !component-1.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 9 months