Skip to content
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

refactor client-side handlers #19

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

anish-mudaraddi
Copy link
Collaborator

@anish-mudaraddi anish-mudaraddi commented Feb 26, 2025

merge all client side handlers into one - simplifies the process to add new query presets

add new query presets
CONTAINS and NOT_CONTAINS for finding values in lists

@anish-mudaraddi anish-mudaraddi marked this pull request as draft February 26, 2025 15:07
@anish-mudaraddi anish-mudaraddi force-pushed the refactor-client-handlers branch 2 times, most recently from 710fc3a to 511473e Compare February 28, 2025 13:17
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.63%. Comparing base (c8ba169) to head (28dc9d3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   99.52%   99.63%   +0.11%     
==========================================
  Files         114      106       -8     
  Lines        4193     3822     -371     
==========================================
- Hits         4173     3808     -365     
+ Misses         20       14       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

combine all client-side handlers into one.

- We don't get any benefits from separate client-side handlers.
- separate out client-side filter functions into standalone - found in client_side_filters.py
- makes adding new filter functions easy
- refactor client-side tests so its easier to add new ones
update docs to match change to client-side-handlers
@anish-mudaraddi anish-mudaraddi force-pushed the refactor-client-handlers branch from 511473e to 30fd90e Compare February 28, 2025 14:22
@anish-mudaraddi anish-mudaraddi force-pushed the refactor-client-handlers branch from 34bfc61 to 28dc9d3 Compare February 28, 2025 14:36
@anish-mudaraddi anish-mudaraddi marked this pull request as ready for review February 28, 2025 14:36
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