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(Price tags): new Proof.ready_for_price_tag_validation field to help filter the frontend UI #656

Merged
merged 2 commits into from
Dec 26, 2024

Conversation

raphodn
Copy link
Member

@raphodn raphodn commented Dec 26, 2024

What

To help differenciate "valid" proofs that need Price tag validation, and others, we

  • add a new Proof.ready_for_price_tag_validation field
  • default to False, True if some specific rules (type PRICE_TAG & source /proofs/add/*)
  • allow filtering on this field

@raphodn raphodn force-pushed the raphodn/proof-ready-for-price-tag-validation branch from f111e29 to 8fdb50b Compare December 26, 2024 16:49
@raphodn raphodn merged commit 67b4912 into main Dec 26, 2024
6 checks passed
@raphodn raphodn deleted the raphodn/proof-ready-for-price-tag-validation branch December 26, 2024 21:13
@raphodn raphodn linked an issue Dec 26, 2024 that may be closed by this pull request
raphodn added a commit that referenced this pull request Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add a price_tags table to store predictions
1 participant