mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
f6df41afaa
* Retention query v0 * First iteration of endpoint * Return dates labels as well * Fix the order of result building * Improve query for retention. Instead of trying to figure out the "first date", it instead: 1. Figures out what dates every user does events on (WITH query) 2. Then for every date/'first' date combo counts users. I doubt this is the efficient way to do things but seems to return the right results. We now also include time range filter with the query. * Add empty views for retention * Add logic for loading data for retention table * Get a table rendering for retention * 11 days over 10 This results in a more pretty table * Remove raw column * Use correct relative timeframe * Add spec for retention feature Note it's currently failing because of missing functionality * Use query combining for retention queries * Color cells in retention table Background color baseline was picked based on already used colors in css. Text color switches when crossing a handpicked threshold for legibility. * Open submenu when navigating to retention * Add e2e test for retention route * Add subheader for retention * Try make mypy happy |
||
---|---|---|
.. | ||
actions.js | ||
auth.js | ||
cohorts.js | ||
dashboard.js | ||
events.js | ||
feature_flags.js | ||
funnels.js | ||
live_actions.js | ||
paths.js | ||
people.js | ||
sessions.js | ||
setup.js | ||
sidebar.js | ||
trends_elements.js | ||
trends_sessions.js |