-
Notifications
You must be signed in to change notification settings - Fork 236
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
Simplify ATI Analytics #12514
Simplify ATI Analytics #12514
Conversation
… same data is not present in the home page pagedata in the same way
… it still works locally but not live (live uses bff)
…ed and use ATI Data instead of page data
@@ -384,17 +382,6 @@ describe('ATIAnalytics params', () => { | |||
}), | |||
); | |||
}); | |||
it.each([HOME_PAGE, ERROR_PAGE, LIVE_PAGE])( |
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.
I removed this test because it was using data
(instead of atiData
). Perhaps I need to reinstate it, but for ERROR_PAGE and LIVE_PAGE (need confirmation on whether LIVE_PAGE is valid or not)
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.
Looks great!
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.
this is a very satisfying PR - so much easier to understand what's going on now!
Overall changes
Simplifies ATI analytics logic, now that all pages have been migrated to the BFF
Code changes
Testing