951
edits
(beautify) |
(Add packaging field) |
||
Line 56: | Line 56: | ||
See [https://github.com/openfoodfacts/openfoodfacts-server/issues?q=is%3Aissue+is%3Aopen+quantity+label%3Aquantity issues related to <code>quantity</code>]. | See [https://github.com/openfoodfacts/openfoodfacts-server/issues?q=is%3Aissue+is%3Aopen+quantity+label%3Aquantity issues related to <code>quantity</code>]. | ||
==== Packaging ==== | |||
This is the packaging of the product. Multiple values are allowed. There is no taxonomy for this field, so you can enter anything you find relevant including: | |||
* the substance of the packaging: glass, metal, plastic, etc. | |||
* the shape: bottle, can, etc. | |||
You can write it in your own language. Don't hesitate to add as much data as you find relevant. | |||
Two draft taxonomies has been proposed, don't hesitate to comment or help: | |||
* a [[Global_packaging_taxonomy|global taxonomy]] | |||
* and a [[Global_packaging_taxonomy_logos|packaging logos taxonomy]] | |||
In the database, there's two fields related to packaging: | |||
* <code>packaging</code>: the list of values entered in the packaging field; e.g.: <code>Bottle,Glass</code> | |||
* <code>packaging_tags</code>: an array of different packaging tags | |||
See [https://github.com/openfoodfacts/openfoodfacts-server/issues?q=is%3Aissue+is%3Aopen+packaging+label%3Apackaging issues related to <code>packaging</code>]. | |||
==== Brands ==== | ==== Brands ==== | ||
This is the brands of the product. The main brand, generally clearly displayed on the front pack, should be entered first. A product can have other brands: | This is the brands of the product. The main brand, generally clearly displayed on the front pack, should be entered first. A product can have other brands: | ||
* when a product is a brand sold by a big company: <code>Actimel</code> is sold by <code>Danone</code>, see https://world.openfoodfacts.org/product/4009700036810/actimel-granatapfel | * when a product is a brand sold by a big company: <code>Actimel</code> is sold by <code>Danone</code>, see https://world.openfoodfacts.org/product/4009700036810/actimel-granatapfel | ||
* when a product is sold with its brand translated in two languages: <code>Nature Valley</code> is sometimes | * when a product is sold with its brand translated in two languages: <code>Nature Valley</code> is sometimes written <code>Val Nature</code>; see https://world.openfoodfacts.org/product/0065633280267/barre-granola-erable-et-cassonade-nature-valley | ||
There's no taxonomy for brands for the moment, so just do your best and don't waste too much time to enter brands. | There's no taxonomy for brands for the moment, so just do your best and don't waste too much time to enter brands. |