Skip to content
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

Populate official tag #851

Open
emmambd opened this issue Dec 12, 2024 · 0 comments
Open

Populate official tag #851

emmambd opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@emmambd
Copy link
Contributor

emmambd commented Dec 12, 2024

Describe the problem

Right now, we have the ability to mark feeds as official in the API, but we haven't populated the information yet.

There was a manual review of official feeds and we added feed_contact_email for these feeds. We can just add the official tag to any feed that currently has feed contact email.

Proposed solution

-Tag feeds as official based on if they have a feed_contact_email

  • Run SQL query one time import of official based on feed_contact_email.
  • Pipeline change on the dev team: Automatic scrape of feed_contact_email based on JSON validation report
  • Run the process for 3000 previously added feeds. Calling the POST API to make the change locally. Not connecting to the DB from prod.
  • Spike: how to add the access token to the script"

Alternatives you've considered

No response

Additional context

No response

@emmambd emmambd added the enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants