Skip to content

chore: Adds separation between EventFilter and AggregationFilter on class level - #3925

Draft
awildturtok wants to merge 2 commits into
developfrom
feature/filter-type-markers
Draft

chore: Adds separation between EventFilter and AggregationFilter on class level#3925
awildturtok wants to merge 2 commits into
developfrom
feature/filter-type-markers

Conversation

@awildturtok

Copy link
Copy Markdown
Collaborator

Also unifies SELECT-type filters into BIG_MULTI_SELECT.

@Setter
@CPSType(id = "PREFIX_TEXT", base = Filter.class)
public class PrefixTextFilter extends SingleColumnFilter<String> {
public class PrefixTextFilter extends EventFilter<String> {

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Der kann auch weg, wird nicht verwendet

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hat nicht in die Hierarchie gepasst und war auch Inheritance für shared behavior, was eh doof ist.

{
"name": "indexSelector",
"type": "SELECT",
"type": "BIG_MULTI_SELECT",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ups

Suggested change
"type": "BIG_MULTI_SELECT",
"type": "SELECT",

{
"name": "indexPlacement",
"type": "SELECT",
"type": "BIG_MULTI_SELECT",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "BIG_MULTI_SELECT",
"type": "SELECT",

{
"name": "resolution",
"type": "SELECT",
"type": "BIG_MULTI_SELECT",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"type": "BIG_MULTI_SELECT",
"type": "SELECT",

@awildturtok

Copy link
Copy Markdown
Collaborator Author

Will hier noch das handling in CQConcept/FilterValue auf klassen-Filter ebene, statt Node Ebene ziehen, das ist dann etwas offensichtlicher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant