[JBoss JIRA] (DROOLS-4166) [DMN Designer] Data Types - Shortcuts don't work after the a field is inserted by kebab menu
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4166?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4166:
--------------------------------
Affects Version/s: 7.24.0.Final
> [DMN Designer] Data Types - Shortcuts don't work after the a field is inserted by kebab menu
> --------------------------------------------------------------------------------------------
>
> Key: DROOLS-4166
> URL: https://issues.jboss.org/browse/DROOLS-4166
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Guilherme Gomes
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
>
> In the Data Types tab, the shortcuts don't work after the a field is inserted by the kebab menu.
> Steps to reproduce:
> - Create a DMN model
> - Select Data Types tab
> - Create a Structure Data Type
> - Save the Data Type
> - Add a nested Data Type by using the kebab menu
> - Type a new name
> - Press Ctrl + S
> Actual result: the parent Data Type is saved (and the changes are lost)
> Expected result: the child Data Type is saved and the changes are save.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4149) DMN Editor - Unexpected focus after user selects data type
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4149?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4149:
--------------------------------
Affects Version/s: 7.24.0.Final
> DMN Editor - Unexpected focus after user selects data type
> ----------------------------------------------------------
>
> Key: DROOLS-4149
> URL: https://issues.jboss.org/browse/DROOLS-4149
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Amy Glass
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> When entering a new Data Type in the DMN editor, cursor focus appears in the name field by default for a new row. That is as expected. After typing in a name and pressing the tab key, the focus moves to the type selector. I type in a letter like "s" for string and the list opens with the first item beginning with the letter "s" selected. Then I press the space bar to select that item and close the menu.
> Unexpectedly, focus now returns to the Name field. It should not. The cursor focus should now be placed on the next selectable field in the row as I continue to edit.
> I notice that the next field (List with the Yes/No toggle) does actually get focus as I tab through, but there is no visual indication that focus is on that field. So when I next tab and focus moves to the "Constraints" label, I realize that focus was there on the previous field but I just couldn't see it.
> Finally, the Save button should receive focus right after I tab from the "Constraints" label so that I can press Space bar or Enter to select it without having to use the mouse.
> h3. Acceptance test
> - Chrome
> - Firefox
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4042) [DMN Designer] Add support for importing and consuming PMML models 7.5
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4042?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4042:
--------------------------------
Description:
We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
h2. Requirement
- As user, via included models tab, remove included pmml model, even if used somewhere
- As user, via included models tab, rename included pmml model, even if used somewhere
- As user, via included models tab, include multiple pmml models
- As user, via included models tab, include multiple pmml models at the same time eternal dmn
- As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
- As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
- As user, via included models tab, no restriction for included pmml model name
- As user, via new test scenarios, test dmn model that uses pmml inside
- As user, via kie-server, query kie container that has dmn model with pmml
- As user, via inlcuded models tab, I want to have just unique aliases of imported models
h2. UX design
- Selectbox in place of Document and Model selection
h2. Documentation
- Mention what pmml model can be imported into dmn
- Mention where it can be used
- Mention if something more needed to dpeloy such project on kie server
h2. Acceptance test
- Include two pmml models
- In dmn, select one in function grid
- Change the selected one to second
- Finish the dmn model
- build deploy on kie-server
- Interact with kie container via rest
- Create new test scenario for created dmn model
- In included models tab, try to include one pmml and one dmn with same alias, it shouldn't be possible
was:
We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
h2. Requirement
- As user, via included models tab, remove included pmml model, even if used somewhere
- As user, via included models tab, rename included pmml model, even if used somewhere
- As user, via included models tab, include multiple pmml models
- As user, via included models tab, include multiple pmml models at the same time eternal dmn
- As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
- As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
- As user, via included models tab, no restriction for included pmml model name
- As user, via new test scenarios, test dmn model that uses pmml inside
- As user, via kie-server, query kie container that has dmn model with pmml
h2. UX design
- Selectbox in place of Document and Model selection
h2. Documentation
- Mention what pmml model can be imported into dmn
- Mention where it can be used
- Mention if something more needed to dpeloy such project on kie server
h2. Acceptance test
- Include two pmml models
- In dmn, select one in function grid
- Change the selected one to second
- Finish the dmn model
- build deploy on kie-server
- Interact with kie container via rest
- Create new test scenario for created dmn model
> [DMN Designer] Add support for importing and consuming PMML models 7.5
> ----------------------------------------------------------------------
>
> Key: DROOLS-4042
> URL: https://issues.jboss.org/browse/DROOLS-4042
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
>
> We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
> h2. Requirement
> - As user, via included models tab, remove included pmml model, even if used somewhere
> - As user, via included models tab, rename included pmml model, even if used somewhere
> - As user, via included models tab, include multiple pmml models
> - As user, via included models tab, include multiple pmml models at the same time eternal dmn
> - As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
> - As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
> - As user, via included models tab, no restriction for included pmml model name
> - As user, via new test scenarios, test dmn model that uses pmml inside
> - As user, via kie-server, query kie container that has dmn model with pmml
> - As user, via inlcuded models tab, I want to have just unique aliases of imported models
> h2. UX design
> - Selectbox in place of Document and Model selection
> h2. Documentation
> - Mention what pmml model can be imported into dmn
> - Mention where it can be used
> - Mention if something more needed to dpeloy such project on kie server
> h2. Acceptance test
> - Include two pmml models
> - In dmn, select one in function grid
> - Change the selected one to second
> - Finish the dmn model
> - build deploy on kie-server
> - Interact with kie container via rest
> - Create new test scenario for created dmn model
> - In included models tab, try to include one pmml and one dmn with same alias, it shouldn't be possible
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4042) [DMN Designer] Add support for importing and consuming PMML models 7.5
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4042?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4042:
--------------------------------
Description:
We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
h2. Requirement
- As user, via included models tab, remove included pmml model, even if used somewhere
- As user, via included models tab, rename included pmml model, even if used somewhere
- As user, via included models tab, include multiple pmml models
- As user, via included models tab, include multiple pmml models at the same time eternal dmn
- As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
- As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
- As user, via included models tab, no restriction for included pmml model name
- As user, via new test scenarios, test dmn model that uses pmml inside
- As user, via kie-server, query kie container that has dmn model with pmml
- As user, via included models tab, I want to have just unique aliases of imported models
h2. UX design
- Selectbox in place of Document and Model selection
h2. Documentation
- Mention what pmml model can be imported into dmn
- Mention where it can be used
- Mention if something more needed to dpeloy such project on kie server
h2. Acceptance test
- Include two pmml models
- In dmn, select one in function grid
- Change the selected one to second
- Finish the dmn model
- build deploy on kie-server
- Interact with kie container via rest
- Create new test scenario for created dmn model
- In included models tab, try to include one pmml and one dmn with same alias, it shouldn't be possible
was:
We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
h2. Requirement
- As user, via included models tab, remove included pmml model, even if used somewhere
- As user, via included models tab, rename included pmml model, even if used somewhere
- As user, via included models tab, include multiple pmml models
- As user, via included models tab, include multiple pmml models at the same time eternal dmn
- As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
- As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
- As user, via included models tab, no restriction for included pmml model name
- As user, via new test scenarios, test dmn model that uses pmml inside
- As user, via kie-server, query kie container that has dmn model with pmml
- As user, via inlcuded models tab, I want to have just unique aliases of imported models
h2. UX design
- Selectbox in place of Document and Model selection
h2. Documentation
- Mention what pmml model can be imported into dmn
- Mention where it can be used
- Mention if something more needed to dpeloy such project on kie server
h2. Acceptance test
- Include two pmml models
- In dmn, select one in function grid
- Change the selected one to second
- Finish the dmn model
- build deploy on kie-server
- Interact with kie container via rest
- Create new test scenario for created dmn model
- In included models tab, try to include one pmml and one dmn with same alias, it shouldn't be possible
> [DMN Designer] Add support for importing and consuming PMML models 7.5
> ----------------------------------------------------------------------
>
> Key: DROOLS-4042
> URL: https://issues.jboss.org/browse/DROOLS-4042
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
>
> We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
> h2. Requirement
> - As user, via included models tab, remove included pmml model, even if used somewhere
> - As user, via included models tab, rename included pmml model, even if used somewhere
> - As user, via included models tab, include multiple pmml models
> - As user, via included models tab, include multiple pmml models at the same time eternal dmn
> - As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
> - As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
> - As user, via included models tab, no restriction for included pmml model name
> - As user, via new test scenarios, test dmn model that uses pmml inside
> - As user, via kie-server, query kie container that has dmn model with pmml
> - As user, via included models tab, I want to have just unique aliases of imported models
> h2. UX design
> - Selectbox in place of Document and Model selection
> h2. Documentation
> - Mention what pmml model can be imported into dmn
> - Mention where it can be used
> - Mention if something more needed to dpeloy such project on kie server
> h2. Acceptance test
> - Include two pmml models
> - In dmn, select one in function grid
> - Change the selected one to second
> - Finish the dmn model
> - build deploy on kie-server
> - Interact with kie container via rest
> - Create new test scenario for created dmn model
> - In included models tab, try to include one pmml and one dmn with same alias, it shouldn't be possible
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months