-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mc 1404 create prospecting source for publisher air table suggestions #1215
Mc 1404 create prospecting source for publisher air table suggestions #1215
Conversation
@@ -2104,6 +2137,7 @@ export enum Topics { | |||
Food = 'FOOD', | |||
Gaming = 'GAMING', | |||
HealthFitness = 'HEALTH_FITNESS', | |||
Home = 'HOME', |
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 unfortunately think we need to manually remove this line. will give context in slack.
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.
actually - i'll let @nina-py chime in here to confirm if we have to remove this line 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.
It's ok to keep it in in the generated types as long as we're not using it in frontend code itself - this PR is waiting and has that change: https://github.com/Pocket/curation-admin-tools/pull/1212/files
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.
nina says we're good, so approved!
Goal
What changed? What is the business/product goal?
The Editors would like to have easy access to stories suggested by external publishers.
They are currently being submitted via airtable.
We already have ingestion in our German auto-scheduler, so we are leveraging that to output a new prospect feed in this PR
https://github.com/MozillaSocial/ml-services/pull/430
New type is added in Pocket/content-monorepo#213
References to deprecated Syndication prospect feed are removed as well.
Implementation Decisions
Named the prospect source ExternalEditorial so users know these are external links and thus unvetted.
Only URLs from previously published domains are sent to this feed. We might consider additional security checks in the future.
Deployment steps
References
JIRA ticket:
[
Issue:
Documentation: