[JBoss JIRA] (DROOLS-2532) UX design for scenario simulation
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2532?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2532:
--------------------------------
Attachment: (was: Proposed.pdf)
> UX design for scenario simulation
> ---------------------------------
>
> Key: DROOLS-2532
> URL: https://issues.jboss.org/browse/DROOLS-2532
> Project: Drools
> Issue Type: Task
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: Appformer, UX, UXTeam
> Attachments: RoundG2.pdf
>
>
> As Aimee or Cameron I want to:
> * Easily create a test scenario template through the use of variable/data object placeholders so that I can create test scenarios against a single decision.
> * Define test scenarios through a UI so I can develop basic task scenarios with minimal engagement from IT.
> * Run a test scenario simulation so that I can verify the expected results against test simulation results.
> Verification conditions:
> Provide wireframe design and click-thru prototype which includes the following views:
> * Overview (properties)
> * Scenario Template
> * Scenarios Input Screen
> * Results
> * Code View
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2532) UX design for scenario simulation
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2532?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2532:
--------------------------------
Attachment: RoundG2.pdf
> UX design for scenario simulation
> ---------------------------------
>
> Key: DROOLS-2532
> URL: https://issues.jboss.org/browse/DROOLS-2532
> Project: Drools
> Issue Type: Task
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: Appformer, UX, UXTeam
> Attachments: RoundG2.pdf
>
>
> As Aimee or Cameron I want to:
> * Easily create a test scenario template through the use of variable/data object placeholders so that I can create test scenarios against a single decision.
> * Define test scenarios through a UI so I can develop basic task scenarios with minimal engagement from IT.
> * Run a test scenario simulation so that I can verify the expected results against test simulation results.
> Verification conditions:
> Provide wireframe design and click-thru prototype which includes the following views:
> * Overview (properties)
> * Scenario Template
> * Scenarios Input Screen
> * Results
> * Code View
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2532) UX design for scenario simulation
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2532?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2532:
--------------------------------
Attachment: (was: Proposed_2.pdf)
> UX design for scenario simulation
> ---------------------------------
>
> Key: DROOLS-2532
> URL: https://issues.jboss.org/browse/DROOLS-2532
> Project: Drools
> Issue Type: Task
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: Appformer, UX, UXTeam
> Attachments: RoundG2.pdf
>
>
> As Aimee or Cameron I want to:
> * Easily create a test scenario template through the use of variable/data object placeholders so that I can create test scenarios against a single decision.
> * Define test scenarios through a UI so I can develop basic task scenarios with minimal engagement from IT.
> * Run a test scenario simulation so that I can verify the expected results against test simulation results.
> Verification conditions:
> Provide wireframe design and click-thru prototype which includes the following views:
> * Overview (properties)
> * Scenario Template
> * Scenarios Input Screen
> * Results
> * Code View
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (WFLY-10646) RESTEasy extended support for multivalue @*Param
by Alessio Soldano (JIRA)
Alessio Soldano created WFLY-10646:
--------------------------------------
Summary: RESTEasy extended support for multivalue @*Param
Key: WFLY-10646
URL: https://issues.jboss.org/browse/WFLY-10646
Project: WildFly
Issue Type: Feature Request
Components: REST
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: 14.0.0.CR1
Provide support for multivalue @CookieParam, @HeaderParam, @MatrixParam, @PathParam, @QueryParam, allowing custom conversion from arrays or collections.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2351) [DMN Designer] Sync menu bar with context menu
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2351?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-2351:
--------------------------------
Summary: [DMN Designer] Sync menu bar with context menu (was: [DMN Editor] Move Editor controls inline. Sync menu bar with context menu)
> [DMN Designer] Sync menu bar with context menu
> ----------------------------------------------
>
> Key: DROOLS-2351
> URL: https://issues.jboss.org/browse/DROOLS-2351
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Michael Anstis
>
> Following DROOLS-2272 the decision was made to have single right-click open a context menu "inline" in the editor (standard context menu stuff). However the actions on the context menu need also to be made available on the menu bar so Users can either use the menu bar or context menu.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (JGRP-2253) FD_SOCK is not working in AWS environment
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-2253?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-2253:
--------------------------------
I fixed JGRP-2280. Can I close this issue?
> FD_SOCK is not working in AWS environment
> -----------------------------------------
>
> Key: JGRP-2253
> URL: https://issues.jboss.org/browse/JGRP-2253
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 4.0.10
> Environment: AWS - EC2
> Reporter: Sibin Karnavar
> Assignee: Bela Ban
> Fix For: 4.0.13
>
>
> We have our failure detection defined like below.
> <FD_SOCK external_port="7804" />
> <FD timeout="3000" max_tries="3" />
> <VERIFY_SUSPECT timeout="3000" />
> Please note that we have used FD instead of FD_ALL in AWS. We will be changing it to FD_ALL later after detailed testing.
> In my local, this is working perfect. As soon as I kill my node, I was able to see that view change was happening immediately with FD_SOCK.
> We were not mentioning the external_port in the FD_SOCK but later I thought it may be an issue with the port and defined it as 7804 and added the same port to the security group that allows to access this port among all the nodes. So no issue with the port.
> Can you please let us know if we need any additional configurations to make FD_SOCK works well in AWS.
> Thanks,
> Sibin
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2656) PNGs for the toolbox icons for the different connector types.
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2656?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2656:
-------------------------------------
[~bdellasc] [~mstevens1] [~jomarko] I added the icons needed to lines 47-51 of the spreadsheet. ^^
> PNGs for the toolbox icons for the different connector types.
> -------------------------------------------------------------
>
> Key: DROOLS-2656
> URL: https://issues.jboss.org/browse/DROOLS-2656
> Project: Drools
> Issue Type: Sub-task
> Reporter: Liz Clayton
> Assignee: Brian Dellascio
> Labels: UX, UXTeam, VisualDesign
>
> PNGs for the toolbox icons for the different connector types.
> Their appearance can be seen in https://www.omg.org/spec/DMN/1.1/PDF (page 30, "Association", "Information Requirement", "Knowledge Requirement" and "Authority Requirement"). They'll only be used as icons on the toolbox (see screenshot attached). Could you please also remind me of the BAPL for the new "Node" SVGs (I'll need to make PNGs of those too for the same "toolbox" purpose.. unless UX have a tool to convert SVG to PNG?)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2659) UX: Design of Stunner Designers Zoom
by Jozef Marko (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2659?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-2659:
-------------------------------------
[~uxdlc] I created this task during preparation for upcoming agile and refinement of the tasks, probably feel free to postpone the work on it until it is planed in some sprint.
> UX: Design of Stunner Designers Zoom
> ------------------------------------
>
> Key: DROOLS-2659
> URL: https://issues.jboss.org/browse/DROOLS-2659
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Jozef Marko
> Assignee: Liz Clayton
>
> Please provide design of the zoom +/- buttons and slider and their positioning. Suggest if the zoom buttons and slider should be:
> - directly in the canvas, similar to google maps
> - in the properties panel on the right side, shown user clicks to empty space in the diagram, i.e. no node is selected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months
[JBoss JIRA] (DROOLS-2659) UX: Design of Stunner Designers Zoom
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2659:
-----------------------------------
Summary: UX: Design of Stunner Designers Zoom
Key: DROOLS-2659
URL: https://issues.jboss.org/browse/DROOLS-2659
Project: Drools
Issue Type: Task
Components: DMN Editor
Reporter: Jozef Marko
Assignee: Liz Clayton
Please provide design of the zoom +/- buttons and slider and their positioning. Suggest if the zoom buttons and slider should be:
- directly in the canvas, similar to google maps
- in the properties panel on the right side, shown user clicks to empty space in the diagram, i.e. no node is selected
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 10 months