Difference between revisions of "Packaging"

From Open Food Facts wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
## Processing data sent by manufacturers for recycling instructions [https://world.openfoodfacts.org/product/3222475634291/lasagnes-chevre-epinards-casino (example)] `recycling_instructions_to_recycle` `recycling_instructions_to_discard`
 
## Processing data sent by manufacturers for recycling instructions [https://world.openfoodfacts.org/product/3222475634291/lasagnes-chevre-epinards-casino (example)] `recycling_instructions_to_recycle` `recycling_instructions_to_discard`
 
## Augmenting REGEXes
 
## Augmenting REGEXes
 +
<pre>
 +
https://static.openfoodfacts.org/images/products/325/622/775/2766/1.jpg
 +
La barquette de ce produit\nest fabriquée à par ir\nde 30% minimum\nde matière recyclée.
 +
</pre>
 
# Augmenting the data
 
# Augmenting the data
 
## Collecting packaging weight
 
## Collecting packaging weight

Revision as of 12:17, 1 August 2020

Possible efforts

  1. Collecting full on-pack recycling instructions
    1. Adding a specific button in the iOS and Android apps (if packaging instructions are empty)
    2. Ensuring packaging values annotated on HG Logos are applied
    3. Processing data sent by manufacturers for recycling instructions (example) `recycling_instructions_to_recycle` `recycling_instructions_to_discard`
    4. Augmenting REGEXes
https://static.openfoodfacts.org/images/products/325/622/775/2766/1.jpg
La barquette de ce produit\nest fabriquée à par ir\nde 30% minimum\nde matière recyclée.
  1. Augmenting the data
    1. Collecting packaging weight
      1. Add support on the website
      2. Add a section in the app
    2. Collecting local recycling instructions
      1. OV is creating a form

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

Past efforts