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(ONYX-1539): add quick links A/B test #11585

Merged
merged 3 commits into from
Feb 20, 2025

Conversation

dariakoko
Copy link
Contributor

@dariakoko dariakoko commented Feb 19, 2025

This PR resolves ONYX-1539

Description

Add quick links A/B test

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

  • add quick links A/B test

iOS user-facing changes

Android user-facing changes

Dev changes

Need help with something? Have a look at our docs, or get in touch with us.

@dariakoko dariakoko self-assigned this Feb 19, 2025
@dariakoko dariakoko marked this pull request as ready for review February 19, 2025 21:30
@ArtsyOpenSource
Copy link
Contributor

ArtsyOpenSource commented Feb 19, 2025

This PR contains the following changes:

  • Cross-platform user-facing changes (add quick links A/B test - dariakoko)

Generated by 🚫 dangerJS against 5d58378

@dariakoko dariakoko requested a review from dblandin February 20, 2025 14:27
MounirDhahri
MounirDhahri previously approved these changes Feb 20, 2025
@@ -92,7 +96,7 @@ export const Section: React.FC<SectionProps> = ({ section, ...rest }) => {
case "HomeViewSectionTasks":
return <HomeViewSectionTasksQueryRenderer sectionID={section.internalID} {...rest} />
case "HomeViewSectionNavigationPills": {
if (enableNavigationPills) {
if (enableNavigationPills && quickLinksExperimentEnabled && variant === "variant-a") {
Copy link
Member

Choose a reason for hiding this comment

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

is the name of variant-a intentional here? we usually use experiment when choosing between two variants

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, addressed

dblandin
dblandin previously approved these changes Feb 20, 2025
Copy link
Member

@dblandin dblandin left a comment

Choose a reason for hiding this comment

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

LGTM! 👍🏼

@artsyit artsyit dismissed stale reviews from dblandin and MounirDhahri via 5d58378 February 20, 2025 15:12
@dariakoko dariakoko added the Squash On Green A label to indicate that Peril should squash-merge this PR when all statuses are green label Feb 20, 2025
@artsy-peril artsy-peril bot merged commit 082d994 into main Feb 20, 2025
7 checks passed
@artsy-peril artsy-peril bot deleted the dariakoko/ONYX-1539/add-quicklinks-a-b-test branch February 20, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Jira Synced Squash On Green A label to indicate that Peril should squash-merge this PR when all statuses are green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants