Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Create an Eco-Score view (mockup included) #54

Open
Tracked by #234
teolemon opened this issue Jul 5, 2020 · 6 comments
Open
Tracked by #234

Create an Eco-Score view (mockup included) #54

teolemon opened this issue Jul 5, 2020 · 6 comments

Comments

@teolemon
Copy link
Member

teolemon commented Jul 5, 2020

image

@teolemon
Copy link
Member Author

teolemon commented Jul 5, 2020

@teolemon
Copy link
Member Author

I believe this is fixed @alexfauquette

@alexfauquette
Copy link
Member

The logo is done.

It remains the predicted category impacting the eco-score

But this requires an API route in robotoff which category has some prediction to validate such that we can add them to the dashboard

@teolemon
Copy link
Member Author

@alexfauquette
Copy link
Member

The problem is that we have thousands of categories, so we should send thousands of requests to robotoff for just knowing which category has at least one question to answer.

A better option is to have a route returning something like that

{
	"remaining_category_to_validate": {
		  "en:waters": 10,
		  "fr:lasagnes": 3,
		  ...
	  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: No status
Development

No branches or pull requests

2 participants