Skip to content

Commit

Permalink
feat: Create product-prices.md (#10229)
Browse files Browse the repository at this point in the history
* feat: Create product-prices.md

* Update tutorial-dev-journey.md

* Update labeler.yml

* Update product-prices.md
  • Loading branch information
teolemon authored and john-gom committed May 24, 2024
1 parent 644bb9a commit 57f7c34
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions docs/api/tutorial-dev-journey.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
- []()Dev Journey 4: <a href="docs/reference/api-tutorials/get-the-nutri-score.md">Get the Nutri-Score</a>
- []()Dev Journey 5: <a href="docs/reference/api-tutorials/get-the-eco-score.md">Get the Eco-Score</a>
- []()Dev Journey 6: <a href="docs/reference/api-tutorials/get-ingredient-related-analysis.md">Get ingredient related analysis on new or existing products (Nova, allergens, additives…)</a>
- []()Dev Journey 7: <a href="docs/reference/api-tutorials/folksonomy-engine.md
">Adding non-standard fields to a food product using Folksonomy (coming soon for cosmetics, pet food, and other products)</a>
- []()Dev Journey 8: Retrieving and adding prices to products (Coming soon)
- []()Dev Journey 7: <a href="docs/reference/api-tutorials/folksonomy-engine.md">Adding non-standard fields to a food product using Folksonomy (coming soon for cosmetics, pet food, and other products)</a>
- []()Dev Journey 8: <a href="docs/reference/api-tutorials/product-prices.md">Retrieving and adding prices to products using Open Prices</a>

## Adding more journeys

Expand Down
8 changes: 8 additions & 0 deletions docs/reference/api-tutorials/product-prices.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 57f7c34

Please sign in to comment.