feat(recipe-detail): show source attribution at bottom of recipe card #139
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#139
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Request
Recipes sourced from external corpora (Purple Carrot, Allrecipes, Food.com, etc.) should display a small, visually innocuous attribution link at the bottom of the recipe detail view.
Design
Recipe from [Purple Carrot](https://www.purplecarrot.com/recipe/<slug>)source_urlis non-null on the recipe recordSourceURLcolumn inrecipes_purplecarrot.parquetData availability
SourceURLcolumn added torecipes_purplecarrot.parquetbyscripts/pipeline/purple_carrot/scrape_recipes.pysource_urlcolumn added to therecipestable (migration) and populated bybuild_recipe_index.pyReferences
scripts/pipeline/purple_carrot/scrape_recipes.py—SourceURLfieldscripts/pipeline/build_recipe_index.py— importer to extendapp/db/migrations/— addsource_url TEXTcolumn