-
Notifications
You must be signed in to change notification settings - Fork 16
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
Freeze widgets during time-series animation #804
Freeze widgets during time-series animation #804
Conversation
Pull Request Test Coverage Report for Build 7099986055
💛 - Coveralls |
Visit the preview URL for this PR (updated for commit 64e5685): https://cartodb-fb-storybook-react-dev--pr804-padawannn-map-se-6hxgp6fu.web.app (expires Tue, 12 Dec 2023 11:25:11 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 517cc4d31d7e09cf277774e034094b67c301cd4c |
…n/map-server-side-filtering-time-series
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.
LGTM, but let's coordinate for the merge
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.
minor comments, otherwise looks ok
@@ -18,6 +18,7 @@ type FilterBasic = { | |||
values: FilterValues; | |||
owner?: string; | |||
params?: Record<string, unknown>; | |||
ignore?: boolean; |
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 flag has very specific use case, maybe more verbose name would be better like ignoreByNonOwners
or onlyApplyToOwner
or noCrossWidgetFiltering
?
ignore seems too broad and misleading (it's still taken into account, but only by owner widget)
Description
Shortcut: https://app.shortcut.com/cartoteam/story/362678/timeseries-adaptation
Type of change