[JBoss JIRA] (DROOLS-4142) [GSS-RFE] UX design: Find feature in GDST/DMN 7.5
by Kris Verlaenen (Jira)
[ https://issues.jboss.org/browse/DROOLS-4142?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-4142:
-----------------------------------
Sprint: 2019 Week 23-25, 2019 Week 26-28, 2019 Week 29-31 (was: 2019 Week 23-25, 2019 Week 26-28)
> [GSS-RFE] UX design: Find feature in GDST/DMN 7.5
> -------------------------------------------------
>
> Key: DROOLS-4142
> URL: https://issues.jboss.org/browse/DROOLS-4142
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Affects Versions: 7.23.0.Final
> Reporter: Elizabeth Clayton
> Assignee: Elizabeth Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: Example.png, Screen Shot 2019-05-30 at 5.14.30 PM.png
>
>
> This is a community epic for the [BAPL-1279|https://issues.jboss.org/browse/BAPL-1279]. The epic was created according to the [definition of ready|https://docs.google.com/document/d/1WKv_Cx7jCts7gCQCGt_323ANH_H7dv4...] that advices what needs to be agreed before each feature implementation.
> h1. Requirements
> See referenced document: https://docs.google.com/document/d/1VX_KhMhPgs2ZoOv7_jpfbl2o2-Y528UEImGk9...
> h1. Documentation
> - Replace picture of GDT and DMN editor where they become obsolete
> h1. Acceptance test
> - Enter to large amount of data in search box
> - Search is possible when you type only the part of indicated word. For example, if you type text like 'test', the words 'testing', 'tester' should be displayed.
> - Searching for non-existing result
> - Result appearing once
> - Result appearing multiple times
> - Set of inputs:
> *- A-Z
> *- a-z
> *- 0-9
> *- Symbols: } { ] [ ) ( ~ ! @ # $ % ^ & ` | \ : " ; ' < > ? , . ⁄ - +
> *- Blank spaces
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-3594) FEEL: Implement the interval-based algebra functions as defined by J.F. Allen
by Kris Verlaenen (Jira)
[ https://issues.jboss.org/browse/DROOLS-3594?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-3594:
-----------------------------------
Sprint: 2019 Week 05-07, 2019 Week 08-10, 2019 Week 11-13, 2019 Week 14-16, 2019 Week 17-19, 2019 Week 20-22, 2019 Week 23-25, 2019 Week 26-28, 2019 Week 29-31 (was: 2019 Week 05-07, 2019 Week 08-10, 2019 Week 11-13, 2019 Week 14-16, 2019 Week 17-19, 2019 Week 20-22, 2019 Week 23-25, 2019 Week 26-28)
> FEEL: Implement the interval-based algebra functions as defined by J.F. Allen
> -----------------------------------------------------------------------------
>
> Key: DROOLS-3594
> URL: https://issues.jboss.org/browse/DROOLS-3594
> Project: Drools
> Issue Type: Enhancement
> Components: dmn engine
> Affects Versions: 7.17.0.Final
> Reporter: Edson Tirelli
> Assignee: Edson Tirelli
> Priority: Major
> Attachments: ORF2009_Temporal_Reasoning_final.pdf
>
>
> In his paper "An interval-based representation of temporal knowledge", J.F.Allen defines an algebra to resolve interval relationships.
> This algebra is implemented already in Drools core to deal with events.
> This ticket is an RFE to implement similar functions in FEEL to support such algebra in DMN.
> The list of functions is:
> * before
> * meets
> * overlaps
> * finishes
> * includes
> * starts
> * coincides
> * after
> * metBy
> * overlappedBy
> * finishedBy
> * during
> * finishes
> Details of the semantics can be found in the attached presentation, slides 24 and 25.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-3680) Explore HA CEP design and architecture
by Kris Verlaenen (Jira)
[ https://issues.jboss.org/browse/DROOLS-3680?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-3680:
-----------------------------------
Sprint: 2019 Week 08-10, 2019 Week 11-13, 2019 Week 14-16, 2019 Week 17-19, 2019 Week 20-22, 2019 Week 23-25, 2019 Week 26-28, 2019 Week 29-31 (was: 2019 Week 08-10, 2019 Week 11-13, 2019 Week 14-16, 2019 Week 17-19, 2019 Week 20-22, 2019 Week 23-25, 2019 Week 26-28)
> Explore HA CEP design and architecture
> --------------------------------------
>
> Key: DROOLS-3680
> URL: https://issues.jboss.org/browse/DROOLS-3680
> Project: Drools
> Issue Type: Task
> Reporter: Mario Fusco
> Assignee: Massimiliano Dessi
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-4256) IncrementalRuleCodegen should generate all related rules when one DRL file is changed
by Kris Verlaenen (Jira)
[ https://issues.jboss.org/browse/DROOLS-4256?page=com.atlassian.jira.plugi... ]
Kris Verlaenen updated DROOLS-4256:
-----------------------------------
Sprint: 2019 Week 26-28, 2019 Week 29-31 (was: 2019 Week 26-28)
> IncrementalRuleCodegen should generate all related rules when one DRL file is changed
> -------------------------------------------------------------------------------------
>
> Key: DROOLS-4256
> URL: https://issues.jboss.org/browse/DROOLS-4256
> Project: Drools
> Issue Type: Task
> Reporter: Mario Fusco
> Assignee: Edoardo Vacchi
> Priority: Major
>
> At the moment hot reload of Kogito extesnsion for Quarkus only works when modifying an existing rule. It should also work when new rules (or entire drl files) are added or removed.
> Solution: we allow to codegen all the related files when compilation is re-triggered. The solution entails reworking IncrementalRuleCodegen -- with the occasion, we will be able to refactor so that this class is used everywhere rule codegen is done (including maven plugin and tests)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years