0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/ee/clickhouse/views
Karl-Aksel Puulmann d5d5fcd32b
WIP: Groups FE filtering (#6764)
* Add /api/projects/@current/groups/property_definitions

To load property definitions for groups

* Add routes for fetching group types

* FE: Group analytics feature flag

* FE: Group analytics base types for properties

* FE: Initial implementation of fetching logics

* add group tabs to filter

* make sure group properties populate and refactor things

* prettier

* disable unused vars

* allow indexing objects by number

* mount group properties logic

Co-authored-by: Li Yi Yu <li@posthog.com>
2021-11-05 10:21:28 -04:00
..
test Make the API safe to introduce multi-property breakdown (#6757) 2021-11-04 10:49:49 +00:00
__init__.py
actions.py Purge PLUGIN_SERVER_ACTION_MATCHING flag (#6358) 2021-10-11 21:33:48 +02:00
cohort.py Add project-nested version of all project-dependent endpoints (#6203) 2021-10-01 13:38:33 +02:00
element.py 6331 pie chart persons bug (#6642) 2021-10-26 14:53:34 -04:00
events.py Next url dates broken on api/events endpoint + missing order_by on CH (#6681) 2021-10-28 09:10:34 +02:00
groups.py WIP: Groups FE filtering (#6764) 2021-11-05 10:21:28 -04:00
insights.py Migrate event-related logics to be project-based (#6566) 2021-10-22 18:32:58 +02:00
paths.py Add project-nested version of all project-dependent endpoints (#6203) 2021-10-01 13:38:33 +02:00
person.py Backend for querying persons given an event (#6588) 2021-10-21 13:40:19 +01:00
session_recordings.py Paginate recording compression (#6563) 2021-10-25 12:59:54 -07:00