Difference between revisions of "Packaging"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* The field is not taxonomized | * The field is not taxonomized | ||
* Robotoff is extracting deconstructed values from recycling instructions (we need to collect them in full as well) | * Robotoff is extracting deconstructed values from recycling instructions (we need to collect them in full as well) | ||
+ | |||
+ | |||
+ | == Currently committed taxonomies == | ||
+ | * Containers: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/containers.txt | ||
+ | * Packaging: Materials + some containers + some recycling instructions: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/packagings.txt | ||
+ | * Recycling bins: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/recycling_bins.txt | ||
+ | * Recycling instructions: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/recycling_instructions.txt | ||
+ | * Materials: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/materials.txt | ||
== Past efforts == | == Past efforts == |
Revision as of 13:14, 25 July 2020
Possible efforts
- Collecting full on-pack recycling instructions
- Adding a specific button in the iOS and Android apps (if packaging instructions are empty)
- Ensuring packaging values annotated on HG Logos are applied
- Processing data sent by manufacturers for recycling instructions (example)
- Augmenting REGEXes
- Augmenting the data
- Collecting packaging weight
- Add support on the website
- Add a section in the app
- Collecting local recycling instructions
- OV is creating a form
- Collecting packaging weight
Current issues to fix
- The field is not taxonomized
- Robotoff is extracting deconstructed values from recycling instructions (we need to collect them in full as well)
Currently committed taxonomies
- Containers: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/containers.txt
- Packaging: Materials + some containers + some recycling instructions: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/packagings.txt
- Recycling bins: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/recycling_bins.txt
- Recycling instructions: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/recycling_instructions.txt
- Materials: https://github.com/openfoodfacts/openfoodfacts-server/blob/master/taxonomies/materials.txt