Skip to content

AMP epic logic removed#1435

Merged
AnastasiiaBalenko merged 3 commits intomainfrom
ab-remove-amp-epic
Oct 13, 2025
Merged

AMP epic logic removed#1435
AnastasiiaBalenko merged 3 commits intomainfrom
ab-remove-amp-epic

Conversation

@AnastasiiaBalenko
Copy link
Contributor

What does this change?

The goal of this PR is to remove the logic around AMP epics. AMP (Accelerated Mobile Pages) is an open source framework used for accelerating page loading but since Google is no longer using it as a ranking factor and because of other reasons it needs to be removed. More detailed explanation is here.

How to test

The following API requests will not be available after merge of this MR:
get /amp/experiments_data
post /amp/set_reminder
get /amp/epic
get /amp/epic_view
All the other API should continue to work as expected. TBD - test locally and in other envs.

How can we measure success?

Have we considered potential risks?

Images

Accessibility

@@ -1,18 +1,5 @@
export type ReminderPlatform = 'WEB' | 'AMP';
export type ReminderPlatform = 'WEB';
Copy link
Member

@tomrf1 tomrf1 Oct 13, 2025

Choose a reason for hiding this comment

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

this file is only used by ampEpicRouter.ts, so we can delete all of this

@AnastasiiaBalenko AnastasiiaBalenko marked this pull request as ready for review October 13, 2025 14:13
@AnastasiiaBalenko AnastasiiaBalenko requested a review from a team as a code owner October 13, 2025 14:13
Copy link
Member

@tomrf1 tomrf1 left a comment

Choose a reason for hiding this comment

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

great!

@AnastasiiaBalenko AnastasiiaBalenko merged commit d2d7f54 into main Oct 13, 2025
5 checks passed
@AnastasiiaBalenko AnastasiiaBalenko deleted the ab-remove-amp-epic branch October 13, 2025 14:39
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.

3 participants