diff --git a/.github/labeler.yml b/.github/labeler.yml index 31a6f9b7d4011..74423185b386f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -338,7 +338,7 @@ Display: - any-glob-to-any-file: 'templates/api/knowledge-panels/environment/packaging_recycling.tt.json' - any-glob-to-any-file: 'templates/api/knowledge-panels/environment/origins_of_ingredients.tt.json' - any-glob-to-any-file: 'templates/api/knowledge-panels/environment/ecoscore/threatened_species.tt.json' - - any-glob-to-any-file: '- docs/reference/api-tutorials/get-the-ecoscore.md' + - any-glob-to-any-file: 'docs/reference/api-tutorials/get-the-ecoscore.md' # French Lifecycle Analysis for Food (LCA) database used in Eco-Score computations # https://doc.agribalyse.fr/documentation @@ -609,6 +609,7 @@ Numbers: - any-glob-to-any-file: 'tests/unit/ingredients_nutriscore.t' - any-glob-to-any-file: 'tests/unit/ingredients_nutriscore.t' - any-glob-to-any-file: 'scripts/add_nutriscore_to_scanbot_csv.pl' + - any-glob-to-any-file: 'docs/introduction/get-the-nutriscore.md' # https://openfoodfacts.github.io/openfoodfacts-server/dev/ref-perl-pod/ProductOpener/Orgs.html 🏭 Orgs: @@ -1020,6 +1021,7 @@ Nova - Ultra-processed foods: - any-glob-to-any-file: 'html/images/misc/nova-dark-mode/nova-group-4-dark.svg' - any-glob-to-any-file: 'taxonomies/nova_groups.txt' - any-glob-to-any-file: 'html/images/attributes/src/nova-group-unknown.svg' + - any-glob-to-any-file: 'docs/reference/api-tutorials/get-ingredient-related-analysis.md' # Related to NOVA Ingredients processing: @@ -1353,6 +1355,11 @@ systemd: - any-glob-to-any-file: 'conf/systemd/gen_feeds_daily@.service' - any-glob-to-any-file: 'conf/systemd/gen_feeds@.service' +# See prices.openfoodfacts.org +💸 Prices: +- changed-files: + - any-glob-to-any-file: 'docs/reference/api-tutorials/product-prices.md' + # Accessibility # This project has been made to track the status of our compliance with this [Report](https://github.com/openfoodfacts/openfoodfacts-server/files/5702582/Report.OpenFoodFact.15-12-2020.pdf) that tracks how accessible Open Food Facts is. # Project: https://github.com/orgs/openfoodfacts/projects/35 diff --git a/docs/api/tutorial-dev-journey.md b/docs/api/tutorial-dev-journey.md index 5100435ff00b3..57cdfb6769068 100644 --- a/docs/api/tutorial-dev-journey.md +++ b/docs/api/tutorial-dev-journey.md @@ -8,9 +8,8 @@ - []()Dev Journey 4: Get the Nutri-Score - []()Dev Journey 5: Get the Eco-Score - []()Dev Journey 6: Get ingredient related analysis on new or existing products (Nova, allergens, additives…) -- []()Dev Journey 7: Adding non-standard fields to a food product using Folksonomy (coming soon for cosmetics, pet food, and other products) -- []()Dev Journey 8: Retrieving and adding prices to products (Coming soon) +- []()Dev Journey 7: Adding non-standard fields to a food product using Folksonomy (coming soon for cosmetics, pet food, and other products) +- []()Dev Journey 8: Retrieving and adding prices to products using Open Prices ## Adding more journeys diff --git a/docs/reference/api-tutorials/product-prices.md b/docs/reference/api-tutorials/product-prices.md new file mode 100644 index 0000000000000..78d66219333fc --- /dev/null +++ b/docs/reference/api-tutorials/product-prices.md @@ -0,0 +1,8 @@ +### Open Prices +* Open Prices is a project to collect and share prices of food products around the world. It’s a publicly available dataset that can be used for research, analysis, and more. Open Prices is developed and maintained by Open Food Facts. +* We are crowdsourcing an open-source dataset of food prices. Prices can be added by users through our web app. Retailers or third-party apps can contribute as well by using our API. +* We ask contributors to provide a proof of the price, in the form of a photo of the price tag or receipt. This is to make it easier to ensure data quality. + +### Links +* Please read the FAQ at https://prices.openfoodfacts.org/ +* The API is located at https://prices.openfoodfacts.org/api/docs