-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Automatically match new prices with their PriceTag prediction counterpart #637
Comments
To avoid duplicating the work in the new contribution assistant, I would suggest adding a new By doing this, we can filter in the price validator assistant only price tags associated to proofs for which we added prices through the price tag assistant only. Detecting price duplicates on the backend seems like a waste of time for users to me, as they already checked and validated the price: we just need to link the price tag to an existing price, which may be done in another game. |
I was thinking of an automated way, not a user-game way :) |
Matching script
Before running the script
After running the script
PRadded the script as a management command: #650 |
Story
When a proof is uploaded, we now automatically extract and create related PriceTags.
But the user might be adding prices with the regular workflows (aka not using the PriceTag predictions).
To avoid the risk of having duplicate prices, we need to hide them, by changing their status + linking them to the created price.
How
The text was updated successfully, but these errors were encountered: