We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cf. #104 openfoodfacts/openfoodfacts-server#9226 openfoodfacts/smooth-app#4674 We need to know the uploaded timestamp of a raw image if we want to prevent the users from using it - or at least flag them - when outdated (e.g. 3 years old).
There's already a uploaded_t field in the json we get, we just currently don't store it in ProductImage.raw.
uploaded_t
ProductImage.raw
The text was updated successfully, but these errors were encountered:
monsieurtanuki
Successfully merging a pull request may close this issue.
Why - Problem description
cf. #104 openfoodfacts/openfoodfacts-server#9226 openfoodfacts/smooth-app#4674
We need to know the uploaded timestamp of a raw image if we want to prevent the users from using it - or at least flag them - when outdated (e.g. 3 years old).
What - Proposed solution
There's already a
uploaded_t
field in the json we get, we just currently don't store it inProductImage.raw
.The text was updated successfully, but these errors were encountered: