-
Notifications
You must be signed in to change notification settings - Fork 457
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 12 additions & 16 deletions
28
contents/handbook/small-teams/product-analytics/objectives.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
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.