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

SGM-6931 - A/B test header on the /Cody page #6946

Closed
wants to merge 31 commits into from
Closed

Conversation

gitstart-app[bot]
Copy link
Contributor

@gitstart-app gitstart-app bot commented May 16, 2024

DESCRIPTION:

Displays Different header on the Cody page depending on User group

Figma Design: https://www.figma.com/file/oQgh5R0iSBG3UII6C8CPJ8/Cody-page?type=design&node-id=4582-14344&mode=dev

Ensures pageloads after the feature flag from PostHog is loaded

  • "control" group members, see section:

"Cody is a coding AI assistant that uses AI and a deep understanding of your codebase to help you write and understand code faster."

  • "test" group members, see section

"Cody is the AI coding assistant that understands your code.

  • Ingest Code from any code host
  • Choose from the latest AI models
  • Get relevant AI suggestions through enhanced context"
  • While "undefined" group members (in the case PostHog fails), see the same headline as "control" group members.
  • When a user lands on the Cody page, it logs an enrollment event to eventLogger. With name: ValueHeadlineTestEnrolledand adds user's variant in the event metadata "Control" or "Test"

REF:

DEMO:

https://www.loom.com/share/6f9e57b17dba455890c61c457ad5a4f7?sid=293cc675-bde5-4226-8db3-42cfbec5a30e

Copy link

netlify bot commented May 16, 2024

Deploy Preview for sourcegraph ready!

Name Link
🔨 Latest commit 7ea5120
🔍 Latest deploy log https://app.netlify.com/sites/sourcegraph/deploys/6661b7699e95bf00086a5ab0
😎 Deploy Preview https://deploy-preview-6946--sourcegraph.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.

jdorfman and others added 2 commits May 16, 2024 16:01
@gitstart-sourcegraph gitstart-sourcegraph self-assigned this May 20, 2024
@gitstart-sourcegraph gitstart-sourcegraph linked an issue May 20, 2024 that may be closed by this pull request
sqs and others added 22 commits May 20, 2024 15:02
…ools, shown everywhere you read/write code (#6950)

* OpenCtx update (May 2024): @-mentions and information from your dev tools, shown everywhere you read/write code

---------

Co-authored-by: Tim Lucas <t@toolmantim.com>
Co-authored-by: Alex Isken <alex.isken@sourcegraph.com>
* Add post gp-James Amoo
* Fix heading sentence casing
* Fix lint errors, update img refs
* Update copy
* Update copy to match grammar style guide
* Update meta description
* Remove duplicate sentence
* Fix grammar

---------

Co-authored-by: James Amoo <72395919+ayothekingg@users.noreply.github.com>
* events page

* share image

* lint fixes

* fixes

* added events list

* lint fixes

* lint fix
* Supporting open source page
* Fix the casing issue as well as an import lint issues that break the build script
* components/Solutions -> components/solutions

---------

Co-authored-by: Justin Dorfman <justindorfman@gmail.com>
* Remove the outdated header and the "Upcoming" tag on /webinars

* Remove unused import
* Add v2 telemetry infrastructure to about repo

* Remove buffering

Co-authored-by: Robert Lin <robert@bobheadxi.dev>

* Add back bufferMaxSize

---------

Co-authored-by: Dan Adler <5589410+dadlerj@users.noreply.github.com>
Co-authored-by: Robert Lin <robert@bobheadxi.dev>
Co-authored-by: gitstart-sourcegraph <gitstart-sourcegraph@users.noreply.github.com>
* Add new vs code blog post
* Update openctx section
* Add YouTube video
* Stage June 24th meetup blog post
* Update body
* Fix indentation
Updates marketing site with JetBrains GA info + blogs.

---------

Co-authored-by: Chris Sev <chris.sev@sourcegraph.com>
sqs and others added 5 commits June 4, 2024 17:03
* Update cody-vscode-1-20-0-release.md
* refactor: Update Cody page to light mode

---------

Co-authored-by: gitstart-sourcegraph <gitstart-sourcegraph@users.noreply.github.com>
Co-authored-by: Alex Isken <alex.isken@sourcegraph.com>
@iskyOS
Copy link
Contributor

iskyOS commented Jun 5, 2024

@gitstart-sourcegraph , unfortunately since we worked on this in parallel with the light scheme for the Cody page, we ended up with a big merge conflict. Can you please help resolve the conflict to ship this on the light theme page? I can approve a new estimate for re-work on this.

Copy link
Contributor

@traceyljohnson traceyljohnson left a comment

Choose a reason for hiding this comment

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

There seems to be a duplicate animation mid-page. Can we remove that?
Screenshot 2024-06-10 at 1 54 44 PM

@gitstart-sourcegraph
Copy link
Contributor

@gitstart-sourcegraph , unfortunately since we worked on this in parallel with the light scheme for the Cody page, we ended up with a big merge conflict. Can you please help resolve the conflict to ship this on the light theme page? I can approve a new estimate for re-work on this.

Hi @iskyOS, This is noted. We created a new PR here
Thank you

@iskyOS iskyOS closed this Jul 24, 2024
@iskyOS iskyOS deleted the SGM-6931 branch July 24, 2024 14:06
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.

A/B test header on the /Cody page
10 participants