-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* team index view, move small team nav * polish * added crest, started to move PA team page blocks around * moving components around * encapsulate milestones and team updates inside box * team icon * source from graphql * team page start * fixed small team person card hover ux * flex da people * placeholder header image * more responsive * add other sections * add team images * add nav * fix subscribe flow * added sum stickers * moved icons * add pineapple sticker * added all country icons, fixed pineapple icons * added all flags * implemented mayor badge * hide small team sidebar (for now) * tighten text * fix in progress modal * update objectives files * cleanup * added GB flag, updated flag pack * tightening text * add objectives to own section * added pineapple sticker * added borked thumbs up sticker * subheader polish * small adj * dark mode * link to small teams --------- Co-authored-by: Eli Kinsey <[email protected]>
- Loading branch information
1 parent
d498062
commit 19f66ad
Showing
50 changed files
with
1,994 additions
and
601 deletions.
There are no files selected for viewing
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
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,24 +1,7 @@ | ||
--- | ||
title: Data Warehouse Team | ||
title: Data Warehouse | ||
sidebar: Handbook | ||
showTitle: true | ||
hideAnchor: false | ||
template: team | ||
--- | ||
|
||
<TeamUpdate /> | ||
|
||
## People | ||
|
||
<TeamMembers /> | ||
|
||
## Mission | ||
|
||
<Mission /> | ||
|
||
## Q1 2024 Goals | ||
|
||
<Objectives /> | ||
|
||
## What we're building | ||
|
||
<TeamRoadmap /> |
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,5 +1,3 @@ | ||
### Goals (Q1) | ||
|
||
5 reference customers of data warehouse and imports | ||
|
||
* **Key Results:** | ||
|
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,22 +1,7 @@ | ||
--- | ||
title: Exec Team | ||
title: Exec | ||
sidebar: Handbook | ||
showTitle: true | ||
hideAnchor: false | ||
template: team | ||
--- | ||
|
||
## People | ||
|
||
<TeamMembers /> | ||
|
||
## Mission | ||
|
||
<Mission /> | ||
|
||
## Q1 2024 Goals | ||
|
||
<Objectives /> | ||
|
||
## What we're building | ||
|
||
<TeamRoadmap /> |
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,5 +1,3 @@ | ||
### Goals | ||
|
||
* Stay in control of our destiny by hitting the [ARR goal](https://docs.google.com/document/d/1Ofpxd5N4e_PKlSbRDEJ86T9Rs2ihfpKQf5MFuohWP1g/edit) and staying within budget | ||
* Figure out what the (technical) building blocks are of the Product OS | ||
* Ensure engineering team structure runs smoothly |
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
21 changes: 21 additions & 0 deletions
21
contents/handbook/small-teams/feature-success/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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
As always, reliability is the #1 unwritten goal: Making sure feature flags are reliable trumps every other objective. | ||
|
||
|
||
### Objective: Doubling down on surveys | ||
|
||
Last quarter, we officially launched surveys and gathered lots of feedback! This quarter, we're building out more of the things that'll make surveys the obvious choice for customers to collect user feedback. | ||
|
||
We will, in order of priority build: | ||
|
||
- Event based targeting for surveys | ||
- Branching logic with multiple questions | ||
- Better result visualisation for customer experience metric surveys (NPS, CSAT, etc) | ||
|
||
### Objective: Doubling down on experiments | ||
|
||
Last quarter, we built out the core missing features for feature flags. Now to leverage these building blocks we want to focus on improving our A/B testing platform. | ||
|
||
Broadly, we will focus on two themes: | ||
|
||
1. Make it easy for people to set up experiments and understand the results, with clear action items on when to end and what to do after ending experiments. | ||
2. Expand what is possible to track in experiments: From statistical significance for secondary metrics, to having a linked dashboard for extra result exploration. |
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- **Objective 1**: Double activation rates for product analytics and session replay | ||
- Reasoning: Activation is lower than we'd like it to be, and activation is a leading indicator for retention and revenue | ||
- **KR**: 2 customer interviews per week | ||
- **KR**: Start 1 new experiment every week | ||
- **Objective 2**: Launch pricing for Data warehouse, queries, CDP | ||
- Reasoning: Customers get lots of value out of these and should be charged accordingly | ||
- **KR**: Cost of collaboration doesn't feel too high |
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
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
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
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
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
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
Oops, something went wrong.