[JBoss JIRA] (DROOLS-4226) Enable a fast forward system to skip already processed events
by Massimiliano Dessi (Jira)
[ https://issues.jboss.org/browse/DROOLS-4226?page=com.atlassian.jira.plugi... ]
Massimiliano Dessi updated DROOLS-4226:
---------------------------------------
Description: Using the identifier data of the last processed event on the Control topic , we need to skip the event on the topic from the head without procesing and start the work on the events only when the last processed event is found on the events topic
> Enable a fast forward system to skip already processed events
> -------------------------------------------------------------
>
> Key: DROOLS-4226
> URL: https://issues.jboss.org/browse/DROOLS-4226
> Project: Drools
> Issue Type: Task
> Reporter: Massimiliano Dessi
> Assignee: Massimiliano Dessi
> Priority: Major
>
> Using the identifier data of the last processed event on the Control topic , we need to skip the event on the topic from the head without procesing and start the work on the events only when the last processed event is found on the events topic
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (DROOLS-4213) [DMN Designer] Search feature - Define search architectural approach
by Guilherme Gomes (Jira)
[ https://issues.jboss.org/browse/DROOLS-4213?page=com.atlassian.jira.plugi... ]
Guilherme Gomes updated DROOLS-4213:
------------------------------------
Description:
This JIRAs refers to the discussions for different implementation approaches that can be adopted for supporting GDT editor and DMN editor.
With this JIRA done, two initial implementations will be triggered:
- https://issues.jboss.org/browse/DROOLS-4212 (DMN graph PoC)
- https://issues.jboss.org/browse/DROOLS-4211 (GDT PoC)
---
h5. Definitions:
All GDT cells, DRG Elements, and any other searchable element would need to implement this interface:
{code}
interface Searchable {
boolean matches(final String text)
Command onFound()
}
{code}
In the UI, each editor instance would have an instance of {{SearchBarComponent.java}} (..and a {{SearchBarComponentView.java}} and {{SearchBarComponentView.html}}). This simple UI component would call the editor index, that would have all {{Searchable}} elements. When a given component has the desired text, the respective command would be executed.
---
h5. Questions to answer:
- How to index all Searchable items?
- How to keep index updated?
was:
This JIRAs refers to the discussions for different implementation approaches that can be adopted for supporting GDT editor and DMN editor.
With this JIRA done, two initial implementations will be triggered:
- https://issues.jboss.org/browse/DROOLS-4212 (DMN graph PoC)
- https://issues.jboss.org/browse/DROOLS-4211 (GDT PoC)
---
Definitions:
All GDT cells, DRG Elements, and any other searchable element would need to implement this interface:
{code}
interface Searchable {
boolean matches(final String text)
Command onFound()
}
{code}
In the UI, each editor instance would have an instance of {{SearchBarComponent.java}} (..and a {{SearchBarComponentView.java}} and {{SearchBarComponentView.html}}). This simple UI component would call the editor index, that would have all {{Searchable}} elements. When a given component has the desired text, the respective command would be executed.
---
Questions to answer:
- How to index all Searchable items?
- How to keep index updated?
> [DMN Designer] Search feature - Define search architectural approach
> --------------------------------------------------------------------
>
> Key: DROOLS-4213
> URL: https://issues.jboss.org/browse/DROOLS-4213
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Reporter: Guilherme Gomes
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
>
> This JIRAs refers to the discussions for different implementation approaches that can be adopted for supporting GDT editor and DMN editor.
> With this JIRA done, two initial implementations will be triggered:
> - https://issues.jboss.org/browse/DROOLS-4212 (DMN graph PoC)
> - https://issues.jboss.org/browse/DROOLS-4211 (GDT PoC)
> ---
> h5. Definitions:
> All GDT cells, DRG Elements, and any other searchable element would need to implement this interface:
> {code}
> interface Searchable {
> boolean matches(final String text)
> Command onFound()
> }
> {code}
> In the UI, each editor instance would have an instance of {{SearchBarComponent.java}} (..and a {{SearchBarComponentView.java}} and {{SearchBarComponentView.html}}). This simple UI component would call the editor index, that would have all {{Searchable}} elements. When a given component has the desired text, the respective command would be executed.
> ---
> h5. Questions to answer:
> - How to index all Searchable items?
> - How to keep index updated?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months