0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/ee/clickhouse/views/test
Li Yi Yu 6284b645b0
New paths tab querybuilder UI (#5825)
* new path tab querybuilder

* prettier

* clean up

* wip

* format querybuidler

* prepare path type filter component

* dropdown

* formatted popup

* change button for endpoints

* styling the type buttons

* logic for all left side querybuilder components

* exclusion UI and logic

* improve exclusion handling, ensure API calls are made

* API fixes for event types

* fix popup on close issue with exclusions

* hide overflow on buttons

* all ui working

* more formatting adjustments

* type fixes

* leave response ambiguous

* feature flagging and adjust styles

* Add Step limit option

* add tooltip to wildcards

* rewrite tooltip for exclusions

* make Events toggle responsive

* fix types

* responsive at xl instead of lg for no overlaps

* Proof of concept of connecting Funnel to Paths

* protecc wip

* Connect Funnels to Paths

* remove funnel button for now

* remove unused

Co-authored-by: eric <eeoneric@gmail.com>
Co-authored-by: Neil Kakkar <neilkakkar@gmail.com>
2021-09-28 12:53:03 -04:00
..
__init__.py
test_clickhouse_action.py
test_clickhouse_element.py
test_clickhouse_event.py
test_clickhouse_funnel_person.py
test_clickhouse_funnel_trends_person.py
test_clickhouse_insights.py Remove steps parameter in time conversion result (#6046) 2021-09-21 15:23:32 +02:00
test_clickhouse_path_person.py Introduce Path Persons API endpoint (#6070) 2021-09-22 17:01:25 +00:00
test_clickhouse_paths.py New paths tab querybuilder UI (#5825) 2021-09-28 12:53:03 -04:00
test_clickhouse_person.py