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

Price tags: levels of difficulty (ex: AI found an existing product or category) #688

Open
raphodn opened this issue Jan 26, 2025 · 0 comments

Comments

@raphodn
Copy link
Member

raphodn commented Jan 26, 2025

Story

Currently, all the Price Tags (with status=None) are visible in the Price Validation Assistant (web frontend).
But some PT are very hard to decipher, or simply not well detected. And we have new users who find the PVA too complex.

In order to build a simplified PVA, we need to isolate simple PTs from difficult ones.

How

An idea is to sort them by magnitudes of difficulties :

  • level 1 : found a barcode corresponding to an existing product
  • level 2 : found an existing category
  • level 3 : found a valid barcode, but no product exists yet
  • level 4 : the rest 😅

We could add a field difficulty_level that would be calculated similarly to #656

The tricky bit is that this field would be stored on the prediction. So we then need to be able to filter the API on the predictions...

@raphodn raphodn changed the title Price tags: levels of difficulty (found an existing product or category) Price tags: levels of difficulty (ex: AI found an existing product or category) Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants