Skip to content

Commit

Permalink
W&D Q4 goals (#9526)
Browse files Browse the repository at this point in the history
  • Loading branch information
corywatilo authored Oct 4, 2024
1 parent a31a5bc commit 10fbeec
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
48 changes: 44 additions & 4 deletions contents/teams/website-docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,49 @@ hideAnchor: false
template: team
---

## Q3 2024 goals
## Q4 2024 goals

### Community improvements

- Editing of community questions, replies
- ~~User mentions~~
- Hedgehog avatar builder
- AI answer enhancements
- ~~Add AI answers to replies~~
- Add AI answers to docs

### Implement new merch store fulfillment service

- Send orders via API
- Check stock levels
- Order status page

### Changes for supporting more products

- Product bucketing by use case

### In-product projects

_Exact projects TBD_

- Customizable navigation sidebar
- Empty states
- Product intro pages
- Onboarding
- Billing/usage pages

### Stretch: Support API improvements

_This is dependent on Tim and Raquel taking this on this quarter._

- Better API docs
- Support _API as a product_
- Developer hub homepage

## Previous goals

<details>
<summary>Q3 2024 goals</summary>

### Drive community engagement

Expand All @@ -24,9 +66,7 @@ _Objective: Help users find instant answers to their questions_
- Deflect new questions by suggesting relevant articles or existing threads
- Make community forums accessible in-product



## Previous goals
</details>

<details>
<summary>Q2 2024 goals</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ h4 {

/* expandable/collapsible sections */
details {
@apply rounded bg-accent dark:bg-accent-dark;
@apply rounded bg-accent dark:bg-accent-dark mb-px;

> summary {
@apply cursor-pointer text-red dark:text-yellow rounded border border-transparent hover:border-light hover:dark:border-dark font-semibold list-none p-4 pl-8 relative before:absolute before:left-3 before:top-6 before:w-[10px] before:h-[7px];
Expand Down

0 comments on commit 10fbeec

Please sign in to comment.