-
-
Notifications
You must be signed in to change notification settings - Fork 313
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: #2501 - added "origins" in edit product page #2571
Conversation
Impacted files: * `app_en.arb`: added 2 labels for "origins" * `app_fr.arb`: added 2 labels for "origins" * `edit_product_page.dart`: added an item for "origins" * `product_query.dart`: added field "origins" to the list of the product fields we retrieve * `pubspec.lock`: wtf * `pubspec.yaml`: upgraded to `openfoodfacts: ^1.22.0`, which has new product field "origins" * `simple_input_page_helpers.dart`: implementation for "origins" of a simple input page item
Codecov Report
@@ Coverage Diff @@
## develop #2571 +/- ##
==========================================
- Coverage 8.86% 7.55% -1.32%
==========================================
Files 161 210 +49
Lines 6623 10103 +3480
==========================================
+ Hits 587 763 +176
- Misses 6036 9340 +3304
Continue to review full report at Codecov.
|
The last of Eco-Score components 👌 |
Impacted files: * `simple_input_page_helpers.dart`
Co-authored-by: Pierre Slamich <pierre.slamich@gmail.com>
Thank you very much @monsieurtanuki |
Impacted files:
app_en.arb
: added 2 labels for "origins"app_fr.arb
: added 2 labels for "origins"edit_product_page.dart
: added an item for "origins"product_query.dart
: added field "origins" to the list of the product fields we retrievepubspec.lock
: wtfpubspec.yaml
: upgraded toopenfoodfacts: ^1.22.0
, which has new product field "origins"simple_input_page_helpers.dart
: implementation for "origins" of a simple input page itemWhat
Screenshot
Fixes bug(s)