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

feat: capture all StarSearch prompts in PostHog #3405

Merged
merged 1 commit into from
May 16, 2024

Conversation

brandonroberts
Copy link
Contributor

Description

  • Captures every StarSearch prompt and response as a unique PostHog event
  • This lets us see which prompts are the most popular for insights on how to better improve the experience

Related Tickets & Documents

Closes #3401

Mobile & Desktop Screenshots/Recordings

Steps to QA

  1. Login
  2. Go to StarSearch
  3. Enter a prompt
  4. Go to PostHog dashboard -> Activity
  5. Search for the star_search_prompt event.

Tier (staff will fill in)

  • Tier 1
  • Tier 2
  • Tier 3
  • Tier 4

[optional] What gif best describes this PR or how it makes you feel?

@brandonroberts brandonroberts requested review from isabensusan and a team May 16, 2024 16:46
Copy link

netlify bot commented May 16, 2024

Deploy Preview for design-insights ready!

Name Link
🔨 Latest commit af57b2a
🔍 Latest deploy log https://app.netlify.com/sites/design-insights/deploys/6646385ff24f6f00081fb1e6
😎 Deploy Preview https://deploy-preview-3405--design-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 16, 2024

Deploy Preview for oss-insights ready!

Name Link
🔨 Latest commit af57b2a
🔍 Latest deploy log https://app.netlify.com/sites/oss-insights/deploys/6646385f9df5cb0007c5abba
😎 Deploy Preview https://deploy-preview-3405--oss-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@nickytonline nickytonline left a comment

Choose a reason for hiding this comment

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

:shipit:

Copy link
Contributor

@zeucapua zeucapua left a comment

Choose a reason for hiding this comment

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

give-prompt-gif

@brandonroberts brandonroberts merged commit f7d8ac6 into beta May 16, 2024
13 checks passed
@brandonroberts brandonroberts deleted the feat-capture-prompts branch May 16, 2024 20:20
open-sauced bot pushed a commit that referenced this pull request May 16, 2024
## [2.29.0-beta.7](v2.29.0-beta.6...v2.29.0-beta.7) (2024-05-16)

### 🍕 Features

* capture all StarSearch prompts in PostHog ([#3405](#3405)) ([f7d8ac6](f7d8ac6))

### 🐛 Bug Fixes

* fixed TS error and logic for gathering prompt response ([#3410](#3410)) ([36d26c2](36d26c2))
open-sauced bot pushed a commit that referenced this pull request May 16, 2024
## [2.29.0](v2.28.0...v2.29.0) (2024-05-16)

### 🍕 Features

* capture all StarSearch prompts in PostHog ([#3405](#3405)) ([f7d8ac6](f7d8ac6))
* implemented Enriched UI responses for StarSearch ([#3394](#3394)) ([9886681](9886681))
* only tag maintainers for the specific repo on repo pages ([#3395](#3395)) ([54c9a93](54c9a93))

### 🐛 Bug Fixes

* Change closed issue state to purple on issues table ([#3406](#3406)) ([71b4478](71b4478))
* correct placeholder text in HighlightInput component ([#3348](#3348)) ([2ea0d24](2ea0d24))
* fixed TS error and logic for gathering prompt response ([#3410](#3410)) ([36d26c2](36d26c2))
* remove unused waitlist components ([#3404](#3404)) ([a99b113](a99b113))
* styling repo pages layout ([#3398](#3398)) ([376de84](376de84))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: capture all prompts entered in StarSearch
3 participants