[JBoss JIRA] (WFLY-12556) Create an EAT repo
by Panagiotis Sotiropoulos (Jira)
Panagiotis Sotiropoulos created WFLY-12556:
----------------------------------------------
Summary: Create an EAT repo
Key: WFLY-12556
URL: https://issues.jboss.org/browse/WFLY-12556
Project: WildFly
Issue Type: Task
Reporter: Panagiotis Sotiropoulos
Assignee: Panagiotis Sotiropoulos
Create an EAT repo that will keep latest resources used.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (DROOLS-4518) Implement UX styles for Test Coverage Report
by Sarah Rambacher (Jira)
[ https://issues.jboss.org/browse/DROOLS-4518?page=com.atlassian.jira.plugi... ]
Sarah Rambacher edited comment on DROOLS-4518 at 9/13/19 10:02 AM:
-------------------------------------------------------------------
One thing I notice - the text for the collapsible list is contained in the span tag with the caret. No text should be inside that tag, because it's classed to be Font Awesome and is intended only to be the caret.
!screenshot-1.png|thumbnail!
was (Author: srambach):
One thing I notice - the text for the collapsible list is contained in the span tag with the caret. No text should be inside that tag, because it's classed to be Font Awesome and is intended only to be the caret. !screenshot-1.png|thumbnail!
> Implement UX styles for Test Coverage Report
> --------------------------------------------
>
> Key: DROOLS-4518
> URL: https://issues.jboss.org/browse/DROOLS-4518
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Elizabeth Clayton
> Assignee: Daniele Zonca
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Screen Shot 2019-09-10 at 9.35.23 AM.png, Screen Shot 2019-09-10 at 9.37.02 AM.png, Screenshot from 2019-09-10 17-52-00.png, screenshot-1.png
>
>
> The implemented styles for the Test Coverage Report panel do not align with the HTML/CSS provided in jira https://issues.jboss.org/browse/DROOLS-3741.
> The styles used in the current implementation might present usability concerns - the Decision/Scenario list type size is very small and could pose a readability issue. The layout and alignment of the test summary data is difficult to scan, due to the gutter alignment.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (DROOLS-4518) Implement UX styles for Test Coverage Report
by Sarah Rambacher (Jira)
[ https://issues.jboss.org/browse/DROOLS-4518?page=com.atlassian.jira.plugi... ]
Sarah Rambacher commented on DROOLS-4518:
-----------------------------------------
One thing I notice - the text for the collapsible list is contained in the span tag with the caret. No text should be inside that tag, because it's classed to be Font Awesome and is intended only to be the caret. !screenshot-1.png|thumbnail!
> Implement UX styles for Test Coverage Report
> --------------------------------------------
>
> Key: DROOLS-4518
> URL: https://issues.jboss.org/browse/DROOLS-4518
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Elizabeth Clayton
> Assignee: Daniele Zonca
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Screen Shot 2019-09-10 at 9.35.23 AM.png, Screen Shot 2019-09-10 at 9.37.02 AM.png, Screenshot from 2019-09-10 17-52-00.png, screenshot-1.png
>
>
> The implemented styles for the Test Coverage Report panel do not align with the HTML/CSS provided in jira https://issues.jboss.org/browse/DROOLS-3741.
> The styles used in the current implementation might present usability concerns - the Decision/Scenario list type size is very small and could pose a readability issue. The layout and alignment of the test summary data is difficult to scan, due to the gutter alignment.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (DROOLS-4530) [DMN Designer] Kogito - DMNMarshaller - Improve JsArrayLike-setter-APIs
by Guilherme Gomes (Jira)
Guilherme Gomes created DROOLS-4530:
---------------------------------------
Summary: [DMN Designer] Kogito - DMNMarshaller - Improve JsArrayLike-setter-APIs
Key: DROOLS-4530
URL: https://issues.jboss.org/browse/DROOLS-4530
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Reporter: Guilherme Gomes
Assignee: Guilherme Gomes
Attachments: json.png, stack.png
Create new setter APIs:
{code}
JDefinitions {
// Existing read-only API
List<JSITDRGElement> getDrgElement()
// New APIs
void addDRGElement(DRGElement drgElement);
void addAllDRGElement(DRGElement... drgElements);
void removeDRGElement(int index)
}
{code}
This API will rely on {{JSUtils.add}}, {{JSUtils.addAll}}, and {{JSUtils.remove}}.
---
*Background*
Currently, the {{DMNMarshaller}} works following this stack:
!stack.png|width=400!
However the {{JSITDefinitions}} class (and all other DMN classes related to *Jsonix*) are "artificially" typed JSON objects. This objects define odd list structures, like this:
!json.png|width=400!
Ideally, the list of DRGElements would be a list of the entries in the *value* key, and the entries from the *name* key would be discarded.
This JIRA comprehends to change {{JsArrayLike}}-based APIs to {{java.util.List}} APIs.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months
[JBoss JIRA] (DROOLS-4518) Implement UX styles for Test Coverage Report
by Sarah Rambacher (Jira)
[ https://issues.jboss.org/browse/DROOLS-4518?page=com.atlassian.jira.plugi... ]
Sarah Rambacher updated DROOLS-4518:
------------------------------------
Attachment: screenshot-1.png
> Implement UX styles for Test Coverage Report
> --------------------------------------------
>
> Key: DROOLS-4518
> URL: https://issues.jboss.org/browse/DROOLS-4518
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Elizabeth Clayton
> Assignee: Daniele Zonca
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Screen Shot 2019-09-10 at 9.35.23 AM.png, Screen Shot 2019-09-10 at 9.37.02 AM.png, Screenshot from 2019-09-10 17-52-00.png, screenshot-1.png
>
>
> The implemented styles for the Test Coverage Report panel do not align with the HTML/CSS provided in jira https://issues.jboss.org/browse/DROOLS-3741.
> The styles used in the current implementation might present usability concerns - the Decision/Scenario list type size is very small and could pose a readability issue. The layout and alignment of the test summary data is difficult to scan, due to the gutter alignment.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 10 months