-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add an Eco-Score helper #191
Comments
My suggestion would be to:
Same method for #193 of course. @teolemon Does that make sense? |
That looks like a rather good plan. I would also try to mutualize translations, or possibly move them to something on the server (a file the plugin could query ?) |
@teolemon Are you sure about the
|
…vements Impacted files: * `api_getProduct_test.dart`: added checks for `getProductImprovements` * `Product.dart`: create `enum ProductImprovement` and `Product.getProductImprovements()`
There's no label to be completed state because some products don't have labels. |
@stephanegigandet I've just removed |
feature/#191 - added and computed possible product improvements
Product improvements are now computed in |
…ies (ProductImprovement) Impacted file: * `Product.dart`
…mprovement) (#288) Impacted file: * `Product.dart`
What
I specced a system to help 3rd party apps ask for relevant Eco-Score data. How about creating the logic within openfoodfacts-dart so that it can be reused easily ?
Eco-Score for 3rd party apps
A similar system for Eco-Score, and another one for Ingredient related analysis (NOVA, allergens, gluten…) would unlock more reuses, and more data for Open Food Facts
Will unlock
The text was updated successfully, but these errors were encountered: