-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Implement simplified origin input #2501
Comments
@monsieurtanuki could you add origins of ingredients editing by cloning the tag editing view (eg for stores) ? User 1: "Le calcul Ecoscore est erroné, car il applique une pénalité de -5 point, alors que l’origine des ingrédients est connu, mais ne peut être ajoutée dans la base depuis la nouvelle appli." |
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
Impacted files: * `simple_input_page_helpers.dart`
* feat: #2501 - added "origins" in edit product page 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 * feat: #2501 - icon for "origins" Impacted files: * `simple_input_page_helpers.dart` * Update packages/smooth_app/lib/l10n/app_en.arb Co-authored-by: Pierre Slamich <pierre.slamich@gmail.com> Co-authored-by: Pierre Slamich <pierre.slamich@gmail.com>
What
Part of
The text was updated successfully, but these errors were encountered: