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: 557 - added 6 product fields #709

Merged
merged 2 commits into from
Mar 1, 2023

Conversation

monsieurtanuki
Copy link
Contributor

Impacted files:

  • api_get_product_test.dart: tested the new product fields and refreshed the expected values
  • product.dart: added 6 fields
  • product.g.dart: generated
  • product_fields.dart: added 6 fields

What

New product fields:

  1. entry_dates_tags
  2. last_check_dates_tags
  3. last_edit_dates_tags
  4. last_image_dates_tags
  5. last_image_t
  6. last_editor

The other 4 fields of the issue were already there:

  1. last_checked_t
  2. last_checker
  3. last_modified_by
  4. last_modified_t

Fixes bug(s)

Impacted files:
* `api_get_product_test.dart`: tested the new product fields and refreshed the expected values
* `product.dart`: added 6 fields
* `product.g.dart`: generated
* `product_fields.dart`: added 6 fields
Impacted file:
* `api_search_products_test.dart`
Copy link
Member

@M123-dev M123-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@monsieurtanuki monsieurtanuki merged commit 2cb48b1 into openfoodfacts:master Mar 1, 2023
@monsieurtanuki
Copy link
Contributor Author

Thank you @M123-dev!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for last edit/image/entry dates
2 participants