mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
3ceb234e37
* wip * normalise to breakdown and breakdowns on the way out of the API * read from breakdowns or breakdown property of filters * wip * wip * delete a console.log * remove console.log and speculative multi breakdown changes * remove empty test * remove console log * more tidying * more tidying * more tidying * simplify funnel logic slightly * a test for the data transformations with no breakdown * can test data transformation with a single property breakdown * keep expanding the test to see why multi prop doesn't display * don't throw key error if there is no breakdown property to pop from the multi property API response * funnel step table can detect breakdown without relying on filter * try to highlight the differences in the paths through TaxonomicBreakdownFilter * better behaviour when adding and removing multi property breakdowns * displays multi property breakdown in old style steps funnel views * it is safe to always show breakdown in new vertical layout * resolve multi property breakdown typehinting * updates comment * updates comment * don't print breakdown value twice * tooltip for long values and prettier pill * convert tests to journeys_for * fix multi breakdown helper * better behaviour when navigating between trends and funnels * Refactor the multi property breakdown helper to calm the mypy type checker down * safer access to dict in multi property helper * makes clean filters feature flags aware and keeps breakdown values when switching between trends and funnels * test fix * remove overly verbose data tests * add some more specific tests to multi prop breakdown * obey mypy * remove the breakdown type from the backend which was causing serialization issues |
||
---|---|---|
.. | ||
test | ||
__init__.py | ||
actions.py | ||
cohort.py | ||
element.py | ||
events.py | ||
groups.py | ||
insights.py | ||
paths.py | ||
person.py | ||
session_recordings.py |