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

feat: Create product-prices.md #10229

Merged
merged 6 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/api/tutorial-dev-journey.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ To identify the potential users' needs, Dave has met with some conscious consume
- []()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 Engine</a>
- []()Dev Journey 8: Retrieving and adding prices to products (Coming soon)
- []()Dev Journey 8: <a href="docs/reference/api-tutorials/product-prices.md">Retrieving and adding prices to products using Open Prices</a>
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
Loading