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

fix(experiments): Remove most property math operations #27133

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

danielbachhuber
Copy link
Contributor

@danielbachhuber danielbachhuber commented Dec 23, 2024

See #26332
See #26713
Fixes #26982

Changes

Removes all property math operations except 'avg':

CleanShot 2024-12-23 at 07 18 08@2x

Our underlying statistical methodology doesn't support anything other than mean, so we can't support 'sum', 'median', 'p90', etc.

They remain in insights, however:

CleanShot 2024-12-23 at 07 18 30@2x

If someone has a previously stored property math, they'll continue to see it but won't be able to select it again if they change it:

CleanShot 2024-12-23 at 07 30 09@2x

How did you test this code?

I manually verified the UI behaviors with an existing experiment.

@danielbachhuber danielbachhuber requested a review from a team December 23, 2024 15:32
@danielbachhuber danielbachhuber enabled auto-merge (squash) December 23, 2024 15:32
Copy link
Contributor

Size Change: 0 B

Total Size: 1.11 MB

ℹ️ View Unchanged
Filename Size
frontend/dist/toolbar.js 1.11 MB

compressed-size-action

@danielbachhuber danielbachhuber merged commit feaf60e into master Dec 23, 2024
101 checks passed
@danielbachhuber danielbachhuber deleted the experiments/remove-property-math branch December 23, 2024 17:29
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.

Most property math aggregations aren't implemented
2 participants