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

Use child models to implement index filters #378

Merged
merged 12 commits into from
May 14, 2024

Conversation

mlopatkin
Copy link
Owner

Part of #162

This is necessary for the sub-filter implementation, where the actual
filtering logic lives in the submodel.
This allows multiple editable filter implementations.

Issue: #162
This is necessary to make filter compilation part of toFilter

Issue: #162
Now we cache the compiled predicate in the filter instead. The tooltip
can be computed on the fly, so no compilation is necessary here.

Issue: #162
I'm writing enabled()/disabled() implementation way too often.

Issue: #162
@mlopatkin mlopatkin added this to the 0.23 milestone May 14, 2024
@mlopatkin mlopatkin self-assigned this May 14, 2024
@mlopatkin mlopatkin merged commit 8034066 into master May 14, 2024
2 checks passed
@mlopatkin mlopatkin deleted the ml/162/further-index-refactoring branch May 14, 2024 18:05
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