Add UK daily highlights email front dependency on UK front#28687
Merged
georgerichmond merged 1 commit intomainfrom Mar 26, 2026
Merged
Add UK daily highlights email front dependency on UK front#28687georgerichmond merged 1 commit intomainfrom
georgerichmond merged 1 commit intomainfrom
Conversation
16fbb33 to
cb2d8ea
Compare
Contributor
cb2d8ea to
8834136
Compare
ja-guardian-24x7
approved these changes
Mar 26, 2026
|
Seen on ADMIN-PROD (merged by @georgerichmond 9 minutes and 5 seconds ago)
|
|
Seen on FRONTS-PROD (merged by @georgerichmond 11 minutes and 19 seconds ago)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the value of this and can you measure success?
This change supports an A/B test for the UK daily email newsletter, allowing a new variant (
email/uk/daily-with-highlights) to pull in the breaking UK section as theemail/uk/dailyone does.Success can be measured by comparing open/click-through rates between the control group (
email/uk/daily) and the highlights variant (email/uk/daily-with-highlights).What does this change?
Adds support for a new email front path
email/uk/daily-with-highlightsinFapiFrontPress:email/uk/daily-with-highlightsis now recognised in mapped to theukfront config.email/uk/daily-with-highlightshas been added to thedependentFrontPathsmap under"uk", so it will be re-pressed whenever the main UK front is pressed — meaning that a breaking news section will appear in this email front when the UK front is pressed.Screenshots
N/A — backend-only change, no UI impact.
Checklist
data/databasefiles generated by tests are committed with this PR (the tests will fail in CI if you've forgotten to do this)