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: 986 - new Prices fields #987

Merged
merged 1 commit into from
Oct 29, 2024

Commits on Oct 28, 2024

  1. feat: 986 - new Prices fields

    New file:
    * `location_type.dart`: Type of the Location.
    
    Impacted files:
    * `api_prices_test.dart`: refactored with the additional fields
    * `location.dart`: added fields `locationType` and `websiteUrl`
    * `location.g.dart`: generated
    * `maybe_error.dart`: now we accept valid but unreadable responses
    * `open_prices_api_client.dart`: safer `createPrice` method; refactored with the additional fields
    * `openfoodfacts.dart`: added file `location_type.dart`
    * `price.dart`: added field `receiptQuantity`
    * `price.g.dart`: generated
    * `price_total_stats.dart`: added fields `locationTypeOsmCount`, `locationTypeOnlineCount`, `proofTypeGdprRequestCount` and `proofTypeShopImportCount`
    * `price_total_stats.g.dart`: generated
    * `proof.dart`: added fields `receiptPriceCount` and `receiptPriceTotal`
    * `proof.g.dart`: generated
    * `update_price_parameters.dart`: added field `receiptQuantity`
    * `update_proof_parameters.dart`: added fields `receiptPriceCount`, `receiptPriceTotal`, `locationOSMId` and `locationOSMType`
    monsieurtanuki committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    65010ba View commit details
    Browse the repository at this point in the history