Hunger Games: One-click categorizer for Open Food Facts
Hunger Games is a series of mini-apps that let users contribute data to Open Food Facts, in a rather fun way using React.
You are very welcome to write the game you want.
Generate the JSON file src/assets/countries.json which contains all the countries available on OFF taxonomy. Data are obtained from static.openfoodfacts.org
Taxonomy auto-complete
node update-taxonomy-suggestions.js
Fetch categories and labels taxonomy from OpenFoodFacts static files, and generate JSON files used by the Autocomplete fields.
How to define a dashboard
Go to src/pages/logosValidator/dashboardDefinition.ts. You have two objects to edit:
LOGOS which contains the logos available in dashboards. Add the logos you need by providing at least tag, label, and logo properties.
DASHBOARD which for a dashboard associates an array of logos.
How you can help
For developers, you can have a look at good first issues or ask on slack in hunger-games channel.
Weekly Agenda: please add the Agenda items as early as you can. Make sure to check the Agenda items in advance of the meeting, so that we have the most informed discussions possible.
The meeting will handle Agenda items first, and if time permits, collaborative bug triage.
We strive to timebox the core of the meeting (decision making) to 30 minutes, with an optional free discussion/live debugging afterwards.
We take comprehensive notes in the Weekly Agenda of agenda item discussions and of decisions taken.