-
Notifications
You must be signed in to change notification settings - Fork 0
FINDO-8454_combine_available_and_selected_filters (Step 2: Add the story points) #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…into FINDO-8454_combine_available_and_selected_filters
resources/schema.json
Outdated
"multiple" | ||
], | ||
"description": "Whether one or more filter values can be selected at the same time. Only applies to a subset of available filter types." | ||
"description": "Whether one or more filter values can be selected at the same time. Only applies to a subset of available filter types. Filters of select-type single have just one value to select, unless 'cat'-filter and range-filter. Filters of select-type multiple with 'combinationOperation' of type 'or' can have more than one value, each values are OR-combined. Filters of select-type multiple with 'combinationOperation' of type 'and' can have more than one value, each values are AND-combined." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filters of select-type single have just one value to select, unless 'cat'-filter and range-filter.
cat
and range filters are literally the only ones with select type single
, right? This sentence sounds contradictory.
Filters of select-type multiple with 'combinationOperation' of type 'and' can have more than one value, each values are AND-combined."
...each value is AND-combined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This whole thing just has way to many redundant informations. The best explanation would be Whether one or more filter values can be selected at the same time.
I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
…into FINDO-8454_combine_available_and_selected_filters
1619b0b
into
FINDO-8454_2nd_combine_available_and_selected_filters
No description provided.