Skip to content
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

fix: 5576 - first step towards multi product types #5593

Merged
merged 6 commits into from
Sep 25, 2024

Commits on Sep 18, 2024

  1. fix: 5576 - first step towards multi product types

    Impacted files:
    * `add_basic_details_page.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `background_task.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `background_task_download_products.dart`: saved new field `Product.productType`
    * `dao_product.dart`: now we're storing the `Product.productType` field
    * `edit_new_packagings.dart`: now using new field `Product.productType`
    * `edit_new_packagings_component.dart`: now using new field `Product.productType`
    * `edit_product_page.dart`: specific icon for "food" categories; no nutrition for "beauty" and "product"
    * `forgot_password_page.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `lazy_counter.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `login_result.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `newsfeed_provider.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `ocr_ingredients_helper.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `ocr_packaging_helper.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `onboarding_data_product.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `ordered_nutrients_cache.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `paged_product_query.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `product_cards_helper.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `product_image_crop_button.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `product_image_gallery_other_view.dart`: now using new field `Product.productType`
    * `product_image_other_page.dart`: now using new field `Product.productType`
    * `product_image_server_button.dart`: now using new field `Product.productType`
    * `product_image_widget.dart`: now using new field `Product.productType`
    * `product_list_page.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `product_query.dart`: now when we look for a barcode (or refresh a product), we use all productTypes if needed
    * `product_refresher.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `pubspec.lock`: wtf
    * `pubspec.yaml`: upgraded `openfoodfacts` to `3.15.0` for new `Product.productType` field
    * `sign_up_page.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `simple_input_page_helpers.dart`: new class dedicated to non-food categories
    * `simple_input_text_field.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `simple_input_widget.dart`: now using new field `Product.productType`
    * `temp_product_list_share_helper.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    * `uploaded_image_gallery.dart`: now using new field `Product.productType`
    * `user_preferences_dev_debug_info.dart`: replaced getter `ProductQuery.uriProductHelper` with method `ProductQuery.getUriProductHelper`
    monsieurtanuki committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2ba1053 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    8b7cbfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d6cce View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    b77e54a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    fc5e7d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    5df1a70 View commit details
    Browse the repository at this point in the history