-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(data-warehouse): make separate property type in taxonomic filter for data warehouse person properties #21169
Conversation
Size Change: 0 B Total Size: 824 kB ℹ️ View Unchanged
|
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.
Looks good. I only wonder if it's worth passing the table
prop around everywhere, or if it could somehow be inlined into the value.
changed it around to inline the value. I also just opened up a new property type. This keeps everything really clear right now so there's not an implicit thing to worry about with the existing person properties |
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.
Didn't run, but code looks good, and clean! 👍
@@ -225,6 +228,16 @@ export const taxonomicFilterLogic = kea<taxonomicFilterLogicType>([ | |||
getPopoverHeader: () => 'Data Warehouse Column', | |||
getIcon: () => <IconServer />, | |||
}, | |||
{ | |||
name: 'Data Warehouse Person Properties', |
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.
That's a long name 😅
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.
External Person Properties?
Problem
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Does this work well for both Cloud and self-hosted?
How did you test this code?