mhoustonataegis opened a new pull request #17372: URL: https://github.com/apache/superset/pull/17372
### SUMMARY Support the ability to filter by numeric range as a single maximum, minimum, or exact value. ### Filters config form BEFORE:  ### Range filter plugin BEFORE:  ### Filters config form AFTER:  ### Range filter plugin AFTER, using MAXIMUM value:  ### Range filter plugin AFTER, using EXACT value:  ### Range filter plugin AFTER, using MINIMUM value:  ### TESTING INSTRUCTIONS Using a numerical range filter, choose "Single Value" in the advanced section. This will reveal 3 single value type options supporting the following behaviors: * Minimum: Filter values greater than or equal to the selected value on the range slider. * Exact: Filter values equal to the selected value on the range slider. * Maximum: Filter values less than or equal to the selected value on the range slider. If "Single Value" is not checked, the previous default range slider behavior applies. If "Single Value" is checked and Minimum is chosen, the slider should support a single thumb sliding from the right hand side of the control. If "Single Value" is checked and Exact is chosen, the slider should support a single thumb sliding in the middle of the control with no highlighted range displayed. If "Single Value" is checked and Maximum is chosen, the slider should support a single thumb sliding from the left hand side of the control. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [x] Has associated issue: #16722 - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
