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

Add wagtail-ab-testing #11490

Merged
merged 6 commits into from
Jan 9, 2024
Merged

Add wagtail-ab-testing #11490

merged 6 commits into from
Jan 9, 2024

Conversation

jhonatan-lopes
Copy link
Contributor

@jhonatan-lopes jhonatan-lopes commented Nov 28, 2023

Description

Add wagtail-ab-testing package to enable A/B testing of pages.

A sample A/B test can be found under the English homepage of the review app: https://foundation-s-feature-wa-ioubyy.herokuapp.com/cms/pages/3/edit/

To create an A/B test:

  1. Edit a page
  2. Click "Save and create A/B Test"
  3. Fill out the required info

Link to sample test page: https://foundation-s-feature-wa-ioubyy.herokuapp.com
Related PRs/issues: #11446

Checklist

Tests

  • [ ] Is the code I'm adding covered by tests?

Changes in Models:

  • [ ] Did I update or add new fake data?
  • [ ] Did I squash my migration?
  • Are my changes backward-compatible. If not, did I schedule a deploy with the rest of the team?

Documentation:

  • Is my code documented?
  • Did I update the READMEs or wagtail documentation?

Merge Method
💡❗Remember to use squash merge when merging non-feature branches into main

@jhonatan-lopes jhonatan-lopes temporarily deployed to foundation-s-feature-wa-kgi8ye November 28, 2023 13:00 Inactive
@jhonatan-lopes
Copy link
Contributor Author

wagtail-ab-testing is missing a migration, which is causing the CI to fail. A PR has been submitted to address this upstream.

@jhonatan-lopes
Copy link
Contributor Author

An outdated stylesheet is causing problems with whitenoise: wagtail-nest/wagtail-ab-testing#66

@jhonatan-lopes jhonatan-lopes temporarily deployed to foundation-s-feature-wa-ioubyy January 9, 2024 14:23 Inactive
Copy link
Contributor

@mtdenton mtdenton left a comment

Choose a reason for hiding this comment

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

Thanks @jhonatan-lopes !

@jhonatan-lopes jhonatan-lopes merged commit 7532df9 into main Jan 9, 2024
6 checks passed
@jhonatan-lopes jhonatan-lopes deleted the feature/wagtail-ab-testing branch January 9, 2024 14:50
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.

2 participants