-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add a hash of published product properties to all top-level products #4264
Comments
Whoever does this, note the potentially-related changes in #4073 |
How is this going to work to compare hashes? It seems we are saving the hash on the original publication of the product to the catalog, but then seems like we might just be overwriting the hash the next time the product is published. How are we able to compare and see that the hash has changed? Is that done prior to updating the hash? And if so, where do we save the info that the hash has been changed? |
@kieckhafer When publishing, you'll hash all the properties we care about for the product and save it on the |
Work
updatedAt
.publishedProductHash
The remaining client work will be done in #4281
Testing
The text was updated successfully, but these errors were encountered: