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

Freeze widgets during time-series animation #804

Merged
merged 18 commits into from
Dec 21, 2023

Conversation

padawannn
Copy link
Contributor

@padawannn padawannn commented Nov 24, 2023

Description

Shortcut: https://app.shortcut.com/cartoteam/story/362678/timeseries-adaptation

Type of change

  • Feature

@padawannn padawannn requested a review from a team November 24, 2023 10:36
Copy link

github-actions bot commented Nov 24, 2023

Pull Request Test Coverage Report for Build 7099986055

  • 4 of 4 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 69.218%

Totals Coverage Status
Change from base Build 7086149422: 0.01%
Covered Lines: 2609
Relevant Lines: 3444

💛 - Coveralls

Copy link

github-actions bot commented Nov 24, 2023

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

@padawannn padawannn requested review from VictorVelarde and removed request for a team November 28, 2023 08:47
@padawannn padawannn marked this pull request as ready for review November 28, 2023 08:48
Copy link
Contributor

@VictorVelarde VictorVelarde left a 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

@padawannn padawannn marked this pull request as draft November 28, 2023 12:31
Copy link
Contributor

@zbigg zbigg left a 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;
Copy link
Contributor

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)

@padawannn padawannn marked this pull request as ready for review December 21, 2023 09:35
@padawannn padawannn merged commit f72d2bd into master Dec 21, 2023
3 checks passed
@padawannn padawannn deleted the padawannn/map-server-side-filtering-time-series branch December 21, 2023 09: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.

3 participants