-
Notifications
You must be signed in to change notification settings - Fork 237
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
WORLDSERVICE-418: Optimizely Experiment Lite Site CTA #12557
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
05e0b65
WORLDSERVICE-418: Add experiment labels to config
shayneahchoon 98e1ab5
WORLDSERVICE-418: Update healthcheck for WORLDSERVICE-444
shayneahchoon 5958bc8
WORLDSERVICE-418: Add experimentation details.
shayneahchoon 3138541
WORLDSERVICE-418: Update tests.
shayneahchoon 5258126
WORLDSERVICE-418: Update tests.
shayneahchoon caa1af1
WORLDSERVICE-418: Add details.
shayneahchoon 1373c1e
WORLDSERVICE-418: Update.
shayneahchoon 9ef326a
WORLDSERVICE-418: Add ati tracking information.
shayneahchoon 7b873cf
WORLDSERVICE-418: Remove console log.
shayneahchoon 0cf0633
WORLDSERVICE-418: Update details.
shayneahchoon 5733e88
WORLDSERVICE-418: Temporary.
Louis-Matsika 609024b
WORLDSERVICE-418: Update details.
shayneahchoon 38c3204
WORLDSERVICE-418: Update details.
shayneahchoon 2b428eb
WORLDSERVICE-418: Update details.
shayneahchoon a61627d
WORLDSERVICE-418: Update details.
shayneahchoon f054507
WORLDSERVICE-418: Update test.
shayneahchoon 81bf55e
WORLDSERVICE-418: Update test.
shayneahchoon 15fb0fe
WORLDSERVICE-418: Update test.
shayneahchoon c80afc7
WORLDSERVICE-418: Update test.
shayneahchoon dcd695f
Merge branch 'latest' into WORLDSERVICE-418-lite-cta-optimizely
shayneahchoon 1ab639c
Merge branch 'latest' into WORLDSERVICE-418-lite-cta-optimizely
HarveyPeachey 3e41b62
WORLDSERVICE-418: Update test.
shayneahchoon 4b156da
Merge branch 'WORLDSERVICE-418-lite-cta-optimizely' of github.com:bbc…
shayneahchoon 9bd8c48
WORLDSERVICE-418: Update test.
shayneahchoon a15c937
WORLDSERVICE-418: Remove wsoj serverside bits.
shayneahchoon 58563f4
Merge branch 'latest' into WORLDSERVICE-418-lite-cta-optimizely
shayneahchoon 1825e35
WORLDSERVICE-418: Remove wsoj serverside bits.
shayneahchoon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
28 changes: 28 additions & 0 deletions
28
src/app/components/CallToActionLinkWithChevron/metadata.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"lastUpdated": { | ||
"day": 25, | ||
"month": "March", | ||
"year": 2025 | ||
}, | ||
"uxAccessibilityDoc": { | ||
"done": true, | ||
"reference": { | ||
"url": "https://paper.dropbox.com/doc/Text-CTA-below-H1-Canonical-to-Lite-Site-Screen-reader-UX--Cigs~xHuJIk9T0EHXAvQFVTRAg-AS8KipN7GULpxJldPQCoF?noDesktopRedirect=1", | ||
"label": "Screen Reader UX" | ||
} | ||
}, | ||
"acceptanceCriteria": { | ||
"done": true, | ||
"reference": { | ||
"url": "https://paper.dropbox.com/doc/vYAVN9JXUKmuDc71BSdw7?noDesktopRedirect=1", | ||
"label": "Accessibility Acceptance Criteria" | ||
} | ||
}, | ||
"swarm": { | ||
"done": true, | ||
"reference": { | ||
"url": "https://paper.dropbox.com/doc/A11Y-Swarm-Canonical-to-Lite-Site-CTA--CiyQ0JQgBqyy~VQKnriUNwkeAg-61ABYtPk5Vozk84r8ou82", | ||
"label": "Accessibility Swarm" | ||
} | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
export default { | ||
// This is the key of the whole experiment | ||
flagKey: 'newswb_ws_topbarojs', | ||
flagKey: 'newswb_ws_litesitepromotion', | ||
// This is the key for the 'rule' that is attached to the experiment | ||
ruleKey: 'newswb_ws_topbarojs', | ||
viewClickAttributeId: 'wsoj', | ||
ruleKey: 'newswb_ws_litesitepromotion', | ||
viewClickAttributeId: 'canonical-lite-cta', | ||
variationMappings: { | ||
on: 'on', | ||
off: 'off', | ||
control_text_only: 'control_text_only', | ||
variation_a_explore_data_friendly_version: | ||
'variation_a_explore_data_friendly_version', | ||
variation_b_data_saving_version: 'variation_b_data_saving_version', | ||
variation_c_read_data_saving_version: | ||
'variation_c_read_data_saving_version', | ||
variation_d_lite_site: 'variation_d_lite_site', | ||
variation_e_2g_optimised_version: 'variation_e_2g_optimised_version', | ||
variation_f_low_data_version: 'variation_f_low_data_version', | ||
shayneahchoon marked this conversation as resolved.
Show resolved
Hide resolved
|
||
}, | ||
}; |
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep an eye on CWV by changing this, it should be fine as you've mitigated with a placeholder, but would be a good thing to bare in mind.