[JBoss JIRA] (DROOLS-4769) Add an empty row on grid when importing "empty" csv
by Anna Dupliak (Jira)
Anna Dupliak created DROOLS-4769:
------------------------------------
Summary: Add an empty row on grid when importing "empty" csv
Key: DROOLS-4769
URL: https://issues.jboss.org/browse/DROOLS-4769
Project: Drools
Issue Type: Enhancement
Components: Scenario Simulation and Testing
Affects Versions: 7.30.0.Final
Reporter: Anna Dupliak
Assignee: Gabriele Cardosi
Attachments: image.png
If user import csv file in DMN scenario, which contains only header, then the Background contains no rows see [^image.png]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4768) org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda timeouts
by Daniel Rosa (Jira)
[ https://issues.jboss.org/browse/DROOLS-4768?page=com.atlassian.jira.plugi... ]
Daniel Rosa commented on DROOLS-4768:
-------------------------------------
changes: https://github.com/kiegroup/drools/pull/2645
> org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda timeouts
> ---------------------------------------------------------------------------------------------
>
> Key: DROOLS-4768
> URL: https://issues.jboss.org/browse/DROOLS-4768
> Project: Drools
> Issue Type: Bug
> Reporter: Marek Novotny
> Assignee: Daniel Rosa
> Priority: Major
>
> {{noformat}}
> org.junit.runners.model.TestTimedOutException: test timed out after 40000 milliseconds
> at java.util.zip.ZipFile.freeEntry(Native Method)
> at java.util.zip.ZipFile.access$1000(ZipFile.java:60)
> at java.util.zip.ZipFile$ZipEntryIterator.next(ZipFile.java:540)
> at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:514)
> at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:495)
> at java.util.jar.JarFile$JarEntryIterator.next(JarFile.java:257)
> at java.util.jar.JarFile$JarEntryIterator.nextElement(JarFile.java:266)
> at java.util.jar.JarFile$JarEntryIterator.nextElement(JarFile.java:247)
> at sun.misc.URLClassPath$JarLoader.validIndex(URLClassPath.java:1017)
> at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1150)
> at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1062)
> at sun.misc.URLClassPath.getResource(URLClassPath.java:249)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
> at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at org.drools.core.common.CompositeDefaultAgenda.halt(CompositeDefaultAgenda.java:232)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.halt(StatefulKnowledgeSessionImpl.java:1301)
> at org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda(CompositeAgendaTest.java:115)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
> at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.lang.Thread.run(Thread.java:748)
> Standard Output
> 14:02:49.576 [Time-limited test] INFO o.d.c.k.b.impl.KieRepositoryImpl.addKieModule:111 - KieModule was added: MemoryKieModule[releaseId=org.default:artifact:1.0.0]
> 14:02:49.636 [Time-limited test] DEBUG o.d.c.m.DroolsManagementAgent.registerMBean:210 - Registered org.kie:kcontainerId="f6789948-81a7-428a-8941-6af6283f6219",kbaseId="defaultKieBase" into the platform MBean Server
> {{noformat}}
> detaiils at
> https://rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/KIE/job/7.26.x/j...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4724) [DMN Designer] Do not default to a LiteralExpression when no expression is defined
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4724?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-4724:
-----------------------------------
Summary: [DMN Designer] Do not default to a LiteralExpression when no expression is defined (was: DMN editor to not default to LiteralExpr when no expr defined)
> [DMN Designer] Do not default to a LiteralExpression when no expression is defined
> ----------------------------------------------------------------------------------
>
> Key: DROOLS-4724
> URL: https://issues.jboss.org/browse/DROOLS-4724
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Matteo Mortari
> Assignee: Michael Anstis
> Priority: Major
> Attachments: image-2019-11-04-19-39-01-113.png, image-2019-11-04-19-40-27-201.png
>
>
> Currently, the DMN Editor will default to a blank LiteralExpression on Save if the user did not provide an expression for an element.
> However Error message is reported anyway to the user:
> !image-2019-11-04-19-39-01-113.png|thumbnail!
> This also as the (imho undesired) side-effect that if the user was to re-open later that file, instead of a empty element, it would be a blank LiteralExpression
> !image-2019-11-04-19-40-27-201.png|thumbnail!
> so the current behavior is not consistent across re-open of the editor.
> Let's revert this default.
> The DMN Editor on save should +not+ default to a blank LiteralExpression if the user did not provide an expression for the element.
> Once this change is applied from the f/e side, I am happy to be involved in order to assess which of the messages reported by the Validator or the Compiler are causing issue to the WB (if any).
> Currently, the DMN Compiler will throw 1 Warning.
> Currently, the DMN Validator will throw 1 Error (I can align this to be a Warn too).
> Currently, the DMN Validator schema check is not reporting any XSD violation.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4724) DMN editor to not default to LiteralExpr when no expr defined
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4724?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-4724:
-----------------------------------
Story Points: 1
Sprint: 2019 Week 47-49 (from Nov 18)
> DMN editor to not default to LiteralExpr when no expr defined
> -------------------------------------------------------------
>
> Key: DROOLS-4724
> URL: https://issues.jboss.org/browse/DROOLS-4724
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Matteo Mortari
> Assignee: Michael Anstis
> Priority: Major
> Attachments: image-2019-11-04-19-39-01-113.png, image-2019-11-04-19-40-27-201.png
>
>
> Currently, the DMN Editor will default to a blank LiteralExpression on Save if the user did not provide an expression for an element.
> However Error message is reported anyway to the user:
> !image-2019-11-04-19-39-01-113.png|thumbnail!
> This also as the (imho undesired) side-effect that if the user was to re-open later that file, instead of a empty element, it would be a blank LiteralExpression
> !image-2019-11-04-19-40-27-201.png|thumbnail!
> so the current behavior is not consistent across re-open of the editor.
> Let's revert this default.
> The DMN Editor on save should +not+ default to a blank LiteralExpression if the user did not provide an expression for the element.
> Once this change is applied from the f/e side, I am happy to be involved in order to assess which of the messages reported by the Validator or the Compiler are causing issue to the WB (if any).
> Currently, the DMN Compiler will throw 1 Warning.
> Currently, the DMN Validator will throw 1 Error (I can align this to be a Warn too).
> Currently, the DMN Validator schema check is not reporting any XSD violation.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4724) DMN editor to not default to LiteralExpr when no expr defined
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4724?page=com.atlassian.jira.plugi... ]
Michael Anstis reassigned DROOLS-4724:
--------------------------------------
Assignee: Michael Anstis (was: Guilherme Gomes)
> DMN editor to not default to LiteralExpr when no expr defined
> -------------------------------------------------------------
>
> Key: DROOLS-4724
> URL: https://issues.jboss.org/browse/DROOLS-4724
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Reporter: Matteo Mortari
> Assignee: Michael Anstis
> Priority: Major
> Attachments: image-2019-11-04-19-39-01-113.png, image-2019-11-04-19-40-27-201.png
>
>
> Currently, the DMN Editor will default to a blank LiteralExpression on Save if the user did not provide an expression for an element.
> However Error message is reported anyway to the user:
> !image-2019-11-04-19-39-01-113.png|thumbnail!
> This also as the (imho undesired) side-effect that if the user was to re-open later that file, instead of a empty element, it would be a blank LiteralExpression
> !image-2019-11-04-19-40-27-201.png|thumbnail!
> so the current behavior is not consistent across re-open of the editor.
> Let's revert this default.
> The DMN Editor on save should +not+ default to a blank LiteralExpression if the user did not provide an expression for the element.
> Once this change is applied from the f/e side, I am happy to be involved in order to assess which of the messages reported by the Validator or the Compiler are causing issue to the WB (if any).
> Currently, the DMN Compiler will throw 1 Warning.
> Currently, the DMN Validator will throw 1 Error (I can align this to be a Warn too).
> Currently, the DMN Validator schema check is not reporting any XSD violation.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4768) org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda timeouts
by Marek Novotny (Jira)
[ https://issues.jboss.org/browse/DROOLS-4768?page=com.atlassian.jira.plugi... ]
Marek Novotny reassigned DROOLS-4768:
-------------------------------------
Assignee: Daniel Rosa (was: Mario Fusco)
> org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda timeouts
> ---------------------------------------------------------------------------------------------
>
> Key: DROOLS-4768
> URL: https://issues.jboss.org/browse/DROOLS-4768
> Project: Drools
> Issue Type: Bug
> Reporter: Marek Novotny
> Assignee: Daniel Rosa
> Priority: Major
>
> {{noformat}}
> org.junit.runners.model.TestTimedOutException: test timed out after 40000 milliseconds
> at java.util.zip.ZipFile.freeEntry(Native Method)
> at java.util.zip.ZipFile.access$1000(ZipFile.java:60)
> at java.util.zip.ZipFile$ZipEntryIterator.next(ZipFile.java:540)
> at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:514)
> at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:495)
> at java.util.jar.JarFile$JarEntryIterator.next(JarFile.java:257)
> at java.util.jar.JarFile$JarEntryIterator.nextElement(JarFile.java:266)
> at java.util.jar.JarFile$JarEntryIterator.nextElement(JarFile.java:247)
> at sun.misc.URLClassPath$JarLoader.validIndex(URLClassPath.java:1017)
> at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1150)
> at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1062)
> at sun.misc.URLClassPath.getResource(URLClassPath.java:249)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
> at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> at org.drools.core.common.CompositeDefaultAgenda.halt(CompositeDefaultAgenda.java:232)
> at org.drools.core.impl.StatefulKnowledgeSessionImpl.halt(StatefulKnowledgeSessionImpl.java:1301)
> at org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda(CompositeAgendaTest.java:115)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
> at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.lang.Thread.run(Thread.java:748)
> Standard Output
> 14:02:49.576 [Time-limited test] INFO o.d.c.k.b.impl.KieRepositoryImpl.addKieModule:111 - KieModule was added: MemoryKieModule[releaseId=org.default:artifact:1.0.0]
> 14:02:49.636 [Time-limited test] DEBUG o.d.c.m.DroolsManagementAgent.registerMBean:210 - Registered org.kie:kcontainerId="f6789948-81a7-428a-8941-6af6283f6219",kbaseId="defaultKieBase" into the platform MBean Server
> {{noformat}}
> detaiils at
> https://rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/KIE/job/7.26.x/j...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-4768) org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda timeouts
by Marek Novotny (Jira)
Marek Novotny created DROOLS-4768:
-------------------------------------
Summary: org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda timeouts
Key: DROOLS-4768
URL: https://issues.jboss.org/browse/DROOLS-4768
Project: Drools
Issue Type: Bug
Reporter: Marek Novotny
Assignee: Mario Fusco
{{noformat}}
org.junit.runners.model.TestTimedOutException: test timed out after 40000 milliseconds
at java.util.zip.ZipFile.freeEntry(Native Method)
at java.util.zip.ZipFile.access$1000(ZipFile.java:60)
at java.util.zip.ZipFile$ZipEntryIterator.next(ZipFile.java:540)
at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:514)
at java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:495)
at java.util.jar.JarFile$JarEntryIterator.next(JarFile.java:257)
at java.util.jar.JarFile$JarEntryIterator.nextElement(JarFile.java:266)
at java.util.jar.JarFile$JarEntryIterator.nextElement(JarFile.java:247)
at sun.misc.URLClassPath$JarLoader.validIndex(URLClassPath.java:1017)
at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1150)
at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1062)
at sun.misc.URLClassPath.getResource(URLClassPath.java:249)
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.drools.core.common.CompositeDefaultAgenda.halt(CompositeDefaultAgenda.java:232)
at org.drools.core.impl.StatefulKnowledgeSessionImpl.halt(StatefulKnowledgeSessionImpl.java:1301)
at org.drools.compiler.integrationtests.CompositeAgendaTest.testCreateHaltDisposeAgenda(CompositeAgendaTest.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.lang.Thread.run(Thread.java:748)
Standard Output
14:02:49.576 [Time-limited test] INFO o.d.c.k.b.impl.KieRepositoryImpl.addKieModule:111 - KieModule was added: MemoryKieModule[releaseId=org.default:artifact:1.0.0]
14:02:49.636 [Time-limited test] DEBUG o.d.c.m.DroolsManagementAgent.registerMBean:210 - Registered org.kie:kcontainerId="f6789948-81a7-428a-8941-6af6283f6219",kbaseId="defaultKieBase" into the platform MBean Server
{{noformat}}
detaiils at
https://rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/KIE/job/7.26.x/j...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-2750) [DMN Designer] Default cell symbols
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-2750?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2750:
-----------------------------------
Tester: Jozef Marko
> [DMN Designer] Default cell symbols
> -----------------------------------
>
> Key: DROOLS-2750
> URL: https://issues.jboss.org/browse/DROOLS-2750
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.9.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
>
> As a citizen developer, I want to build my decision logic with as small effort as possible. Especially I want to build the *valid* expressions with minimal interaction with the designer. For this reason the designer should fill in default values/symbols into cells where possible. This should help with DMN designer getting started experience.
> In this epic we should discuss where is possible to fill some default values/symbols into expression cells.
> h3. Context
> I think no appropriate default value exists. Maybe with exception of the last row?
> h3. Literal Expressions
> My proposal would be:
> - empty cell, if it is valid value for literal expression cell, if not
> - value according to the column data type, 0 for number, today for date ...
> h3. Decision table
> - symbol *-* due to trisotext samples
> h3. Function
> Really not sure
> h3. Relation
> Really not sure
> h3. Invocation
> Really not sure
> [~manstis] [~tirelli] [~tari_manga] could you please put your thoughts into comments? I filed this epic to follow agile process. Not saying something from description will happen. However if we will agree on some default values we can then file separate tasks for this epic. I f we agree it is not good idea, we will close the epic.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months
[JBoss JIRA] (DROOLS-2750) [DMN Designer] Default cell symbols
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-2750?page=com.atlassian.jira.plugi... ]
Michael Anstis updated DROOLS-2750:
-----------------------------------
Issue Type: Enhancement (was: Epic)
> [DMN Designer] Default cell symbols
> -----------------------------------
>
> Key: DROOLS-2750
> URL: https://issues.jboss.org/browse/DROOLS-2750
> Project: Drools
> Issue Type: Enhancement
> Components: DMN Editor
> Affects Versions: 7.9.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Minor
> Labels: drools-tools
>
> As a citizen developer, I want to build my decision logic with as small effort as possible. Especially I want to build the *valid* expressions with minimal interaction with the designer. For this reason the designer should fill in default values/symbols into cells where possible. This should help with DMN designer getting started experience.
> In this epic we should discuss where is possible to fill some default values/symbols into expression cells.
> h3. Context
> I think no appropriate default value exists. Maybe with exception of the last row?
> h3. Literal Expressions
> My proposal would be:
> - empty cell, if it is valid value for literal expression cell, if not
> - value according to the column data type, 0 for number, today for date ...
> h3. Decision table
> - symbol *-* due to trisotext samples
> h3. Function
> Really not sure
> h3. Relation
> Really not sure
> h3. Invocation
> Really not sure
> [~manstis] [~tirelli] [~tari_manga] could you please put your thoughts into comments? I filed this epic to follow agile process. Not saying something from description will happen. However if we will agree on some default values we can then file separate tasks for this epic. I f we agree it is not good idea, we will close the epic.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 8 months