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

feat: 4223 - comparison page for 3 random products on dev mode #4444

Merged
merged 11 commits into from
Aug 27, 2023

Commits on Aug 4, 2023

  1. feat: 4223 - comparison page for 3 random products on dev mode

    New file:
    * `compare_products3_page.dart`: Test page about comparing 3 products. Work in progress.
    
    Impacted files:
    * `attributes_card_helper.dart`: refactored introducing two new reusable methods
    * `nutrition_container.dart`: refactored introducing one reusable getter
    * `product_cards_helper.dart`: refactored introducing one new reusable method
    * `user_preferences_dev_mode.dart`: added an item computing 3 random products and showing the product comparison page
    monsieurtanuki committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a039670 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

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

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    188b46d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a5ff1d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    9fbc8f3 View commit details
    Browse the repository at this point in the history
  2. feat: 4223 - access to boosted comparison from list page via dev mode

    Impacted files:
    * `product_list_page.dart`: slightly refactored the app bar text in selection mode, in order to have several possible actions; replaced the FAB with an explicit (?) "multi-select" button; added a "boosted comparison" icon button when 2 or 3 products are selected; added a "ranking" icon button
    * `user_preferences_dev_mode.dart`: added a dev mode flag for "boosted comparison" (sic)
    monsieurtanuki committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    07f9b42 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    af01c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa02dc View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    354c1e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed0451e View commit details
    Browse the repository at this point in the history
  3. feat: 4223 - now displays item actions in a "more..." menu

    New file:
    * `product_list_item_popup_items.dart`: Popup menu items for the product list page, for selected items.
    
    Impacted files:
    * `product_list_page.dart`: now displays item actions in a "more..." menu
    * `product_list_popup_items.dart`: minor refactoring
    monsieurtanuki committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f4e315c View commit details
    Browse the repository at this point in the history