[JBoss JIRA] (DROOLS-2784) CSS for test "expression builder" dock tab design
by Gabriele Cardosi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2784?page=com.atlassian.jira.plugi... ]
Gabriele Cardosi commented on DROOLS-2784:
------------------------------------------
[~srambach] [~danielezonca]
Just had a quick look - they are all nested div with different classes - I was expecting something like ul/li - but this does not really matter.
What I am concerned with is the possibility to build a recursive structure at runtime: how to add nested levels? I mean - we need the possibility to put in any number of levels without actually knowing the absolute level depth. Maybe it is already so - just need to see the html....
> CSS for test "expression builder" dock tab design
> -------------------------------------------------
>
> Key: DROOLS-2784
> URL: https://issues.jboss.org/browse/DROOLS-2784
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Liz Clayton
> Assignee: Sarah Rambacher
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Screen Shot 2018-07-24 at 9.19.37 AM.png, Screen Shot 2018-07-27 at 12.41.52 PM.png
>
>
> As a practitioner I want to the option to an expression builder within the UI to:
> - search for and select from a set of hierarchical Data Objects
> - set conditions
> - name variables
> so that I can add these selections as Given/Expect input values when creating a scenario test outline.
> *Verification conditions:*
> - CSS styles that employ relevant PatternFly styles.
> - CSS that articulates the design wireframe attached, and:
> https://redhat.invisionapp.com/share/BVKORFBUJ24#/screens/302476075, and:
> https://docs.google.com/document/d/1I_ghU9An--uQRzuVV9zXB387HLYjZcc01LXFX...
> - Reviewed by scrum team prior to PR/dev delivery.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2777) Guided Decision Table is changing date field value based on the timezone
by Guilherme Carreiro (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2777?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro closed DROOLS-2777.
--------------------------------------
Resolution: Done
Dates are persisted with UTC timezone in Workbench. For example, the "DateTable.gdst" provided by the sample kjar has the "2018-04-30 21:00:00.0 UTC" value, see:
<value>
<valueDate>2018-04-30 21:00:00.0 UTC</valueDate>
<valueString></valueString>
<dataType>DATE</dataType>
<isOtherwise>false</isOtherwise>
</value>
Since the server was in the "Europe/Vilnius" timezone, the inputted value was converted from "2018-05-01 00:00:00.0 EEST" to "2018-04-30 21:00:00.0 UTC" when this GDT was persisted (as you can see in the snippet above).
When the user changes the timezone to "Europe/Prague" and opens the GDT Editor, the value is converted from "2018-04-30 21:00:00.0 UTC" (from the "DateTable.gdst" file) to "2018-04-30 23:00:00.0 CEST". Notice that no date was changed, the Workbench just considers the current machine timezone for presentation purpose.
We recommend the use of the drools.dateformat parameter as something like -Ddrools.dateformat="dd-MM-yyyy z" (including the timezone), to avoid any misinterpretation during the presentation of these values.
> Guided Decision Table is changing date field value based on the timezone
> ------------------------------------------------------------------------
>
> Key: DROOLS-2777
> URL: https://issues.jboss.org/browse/DROOLS-2777
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Reporter: Michael Anstis
> Assignee: Guilherme Carreiro
> Labels: drools-tools
>
> If I set a Date Field in Guided Decision Table, then change the timezone, restart the server, log in again, the Date Field has *different* value
> Expected: decision-central should never attempt to change the rules automatically without user's knowledge
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2774) Select a data type from the DMN canvas
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2774?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2774:
-------------------------------------
[~karreiro] I created a new jira for the decision tables, and any other elements that offer inline actions as you described: https://issues.jboss.org/browse/DROOLS-2874. Please add any missing info/details to the new jira, thanks!
> Select a data type from the DMN canvas
> ---------------------------------------
>
> Key: DROOLS-2774
> URL: https://issues.jboss.org/browse/DROOLS-2774
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
> Attachments: Screen Shot 2018-08-10 at 10.23.36 AM.png, select.png
>
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> * From the DMN canvas view - as a user I want to *select* a data type, from a list of available data types, so I can associate it with a DMN node.
> * From the DMN canvas view - as a user I want a *means to* add a desired data type to the list of available data types.
> * From the DMN canvas view - as a user I want a *means to* edit a desired data type from the list of available data types.
> Functional considerations/ pre conditions:
> * Actions will be offered or spawned from right dock properties panel.
> * Design needs to be consistent with Stunner and PF components.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2874) Select a data type, inline, from DMN decision tables.
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2874?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2874:
--------------------------------
Description:
*Background*
Persona: Business analyst or Rules practitioner
Use Cases:
* From the DMN canvas view - as a user I want to *select* a data type inline from a decision table.
*
Functional considerations/ pre conditions:
* Actions will be offered or spawned inline within the cells of decision tables.
* Design needs to be consistent with Stunner and PF components.
Verification conditions:
* Scrum team and PO review.
was:
*Background*
Persona: Business analyst or Rules practitioner
Use Cases:
* From the DMN canvas view - as a user I want to *select* a data type, from a list of available data types, so I can associate it with a DMN node.
* From the DMN canvas view - as a user I want a *means to* add a desired data type to the list of available data types.
* From the DMN canvas view - as a user I want a *means to* edit a desired data type from the list of available data types.
Functional considerations/ pre conditions:
* Actions will be offered or spawned from right dock properties panel.
* Design needs to be consistent with Stunner and PF components.
Verification conditions:
* Scrum team and PO review.
> Select a data type, inline, from DMN decision tables.
> -----------------------------------------------------
>
> Key: DROOLS-2874
> URL: https://issues.jboss.org/browse/DROOLS-2874
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
> Attachments: Screen Shot 2018-08-10 at 10.23.36 AM.png, select.png
>
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> * From the DMN canvas view - as a user I want to *select* a data type inline from a decision table.
> *
> Functional considerations/ pre conditions:
> * Actions will be offered or spawned inline within the cells of decision tables.
> * Design needs to be consistent with Stunner and PF components.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2874) Select a data type, inline, from DMN decision tables.
by Liz Clayton (JIRA)
Liz Clayton created DROOLS-2874:
-----------------------------------
Summary: Select a data type, inline, from DMN decision tables.
Key: DROOLS-2874
URL: https://issues.jboss.org/browse/DROOLS-2874
Project: Drools
Issue Type: Story
Components: DMN Editor
Reporter: Liz Clayton
Assignee: Liz Clayton
Attachments: Screen Shot 2018-08-10 at 10.23.36 AM.png, select.png
*Background*
Persona: Business analyst or Rules practitioner
Use Cases:
* From the DMN canvas view - as a user I want to *select* a data type, from a list of available data types, so I can associate it with a DMN node.
* From the DMN canvas view - as a user I want a *means to* add a desired data type to the list of available data types.
* From the DMN canvas view - as a user I want a *means to* edit a desired data type from the list of available data types.
Functional considerations/ pre conditions:
* Actions will be offered or spawned from right dock properties panel.
* Design needs to be consistent with Stunner and PF components.
Verification conditions:
* Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2874) Select a data type, inline, from DMN decision tables.
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2874?page=com.atlassian.jira.plugi... ]
Liz Clayton updated DROOLS-2874:
--------------------------------
Sprint: 2018 Week 33-35 (was: 2018 Week 30-32)
> Select a data type, inline, from DMN decision tables.
> -----------------------------------------------------
>
> Key: DROOLS-2874
> URL: https://issues.jboss.org/browse/DROOLS-2874
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
> Attachments: Screen Shot 2018-08-10 at 10.23.36 AM.png, select.png
>
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> * From the DMN canvas view - as a user I want to *select* a data type, from a list of available data types, so I can associate it with a DMN node.
> * From the DMN canvas view - as a user I want a *means to* add a desired data type to the list of available data types.
> * From the DMN canvas view - as a user I want a *means to* edit a desired data type from the list of available data types.
> Functional considerations/ pre conditions:
> * Actions will be offered or spawned from right dock properties panel.
> * Design needs to be consistent with Stunner and PF components.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2774) Select a data type from the DMN canvas
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2774?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2774:
-------------------------------------
[~karreiro] saw the screenshot. This jira was intended to refer only to Select from the Properties panel selection. We should have another one for inline canvas actions.
> Select a data type from the DMN canvas
> ---------------------------------------
>
> Key: DROOLS-2774
> URL: https://issues.jboss.org/browse/DROOLS-2774
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
> Attachments: Screen Shot 2018-08-10 at 10.23.36 AM.png, select.png
>
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> * From the DMN canvas view - as a user I want to *select* a data type, from a list of available data types, so I can associate it with a DMN node.
> * From the DMN canvas view - as a user I want a *means to* add a desired data type to the list of available data types.
> * From the DMN canvas view - as a user I want a *means to* edit a desired data type from the list of available data types.
> Functional considerations/ pre conditions:
> * Actions will be offered or spawned from right dock properties panel.
> * Design needs to be consistent with Stunner and PF components.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months