From 0f0712b56df352a627fbdc8d410ec3247f8ecd7d Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Mon, 6 May 2024 09:58:23 +0200 Subject: [PATCH 1/4] feat: Create product-prices.md --- docs/reference/api-tutorials/product-prices.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/reference/api-tutorials/product-prices.md diff --git a/docs/reference/api-tutorials/product-prices.md b/docs/reference/api-tutorials/product-prices.md new file mode 100644 index 0000000000000..4801c5419260e --- /dev/null +++ b/docs/reference/api-tutorials/product-prices.md @@ -0,0 +1,6 @@ +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. + +Please read the FAQ at https://prices.openfoodfacts.org/ +The API is located at https://prices.openfoodfacts.org/api/docs From 5675bebd1f68a1b65b460d2eb9668820770b6919 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Mon, 6 May 2024 09:59:44 +0200 Subject: [PATCH 2/4] Update tutorial-dev-journey.md --- docs/api/tutorial-dev-journey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/tutorial-dev-journey.md b/docs/api/tutorial-dev-journey.md index f5fae4ace3856..8511f38a462ef 100644 --- a/docs/api/tutorial-dev-journey.md +++ b/docs/api/tutorial-dev-journey.md @@ -23,4 +23,4 @@ To identify the potential users' needs, Dave has met with some conscious consume - []()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 Engine -- []()Dev Journey 8: Retrieving and adding prices to products (Coming soon) +- []()Dev Journey 8: Retrieving and adding prices to products using Open Prices From 71fbb0eefe32b76b5a9c39a7c2c9d1b759bd3460 Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Mon, 6 May 2024 12:13:33 +0200 Subject: [PATCH 3/4] Update labeler.yml --- .github/labeler.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f84a0f8e48f47..4aa0c5b0d8014 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -334,7 +334,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 @@ -599,6 +599,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: @@ -1010,6 +1011,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: @@ -1343,6 +1345,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 From 3460a3daec9f194d4ac3b7d756a211036840cf8f Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Mon, 13 May 2024 13:48:57 +0200 Subject: [PATCH 4/4] Update product-prices.md --- docs/reference/api-tutorials/product-prices.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/reference/api-tutorials/product-prices.md b/docs/reference/api-tutorials/product-prices.md index 4801c5419260e..78d66219333fc 100644 --- a/docs/reference/api-tutorials/product-prices.md +++ b/docs/reference/api-tutorials/product-prices.md @@ -1,6 +1,8 @@ -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. +### 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. -Please read the FAQ at https://prices.openfoodfacts.org/ -The API is located at https://prices.openfoodfacts.org/api/docs +### Links +* Please read the FAQ at https://prices.openfoodfacts.org/ +* The API is located at https://prices.openfoodfacts.org/api/docs