Skip to content
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

Team Product Analytics Q4 goals. #6784

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions contents/handbook/small-teams/product-analytics/objectives.mdx
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
## Q3 2023 Goals

1. Port all our insights over to HogQL.
- make it possible to graph/chart/funnel _other_ data than just events (see: data warehouse)
- adds a "to sql" button above every insight, giving users tools to investigate data integrity issues without involving support
- makes it much easier to connect pieces of data in the app (persons modal -> show events not persons)
- makes partially implemented features available across all insights (e.g. there's STILL no group name breakdowns in trends...)
- makes it possible for insights on notebooks to be interlinked jupiter style (e.g. `select from {previous_chart_results} join {other_chart_results}`)

2. Sleeker insight editor UI
- make insight filters compatible with PostHog 3000
- make insight filters compatible with notebooks
- consider a HogQL-powered "GUI" for multi-breakdowns
- involve other app teams early


## Q4 2023 Goals

1. Project "NoteForce Exploration 3000" (Michael, Thomas)
- Pair up with Team Monitoring to complete projects Data Exploration, Notebooks and PostHog 3000.
- Release new navigation and insight editor.
- Work more HogQL prompts into the interface.
- Build metrics into the system, introduce Metric Mondays.

2. Project "Finish the darned Query Engine" (Tom, Marius)
- Finish insight HogQL conversion.
- Support non-event data sources on HogQL insights (BI tools for data warehouse).
- Build tools to measure HogQL query performance, and catch regressions before they hit users.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be interested to know how far you're planning on taking this. Is the plan to match other BI tools 80/20 on functionality? Or just to allow the visualisations we have to be defined by hogql queries?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could have some grandiose plans (easy), the question is just how far we get.

  • The minimum scope, which is in the HogQL insights shortlist already for this quarter/sprint, is "line charts for hogql queries with numeric data".
  • The expected scope for next quarter here is: all insights, including funnels and paths, can be performed on data from any data source.

How that should look like in the UI, is something we haven't explored yet. It might be something we need to collaborate on with the "NoteForce 5000" sub-team.

We haven't expanded the scope to cover a full BI tool, just want to do the minimum necessary to get some kind of charts over hogql (data warehouse) data.

Loading