-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Funnel with Strict Step Ordering #4890
Conversation
…t for conversion window;
… cleanup via destroy() method
…ed funnel_persons and funnel_trends_persons into individual classes;
…com:PostHog/posthog into funnel-persons-pagination-conversion-window
* dedup + tests * deep equality. Tests to come * write test for entity equality * finish testing funnels * clean up comments
should merge in master to reduce the noise here |
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.
added persons handling and adjusted query result format to handle step times
Nice, thank you! :) I was going to do this as a separate PR since doing it too early creates lots of dependency annoyance, but this order was just right, much appreciated. |
Changes
I'm thinking if it's worth going this route or refactoring these flags to be class variables. For now, this seems fine to me. Perhaps worth revisiting if our number of flags start exploding.
Will go in after #4868
Checklist