We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of #70
The idea is to do the table that takes two props data and onDataChange
data
onDataChange
the format of the data could be an array of objects
[{ off_nutriment_id: "energy_kj", label: "Energie (kJ)", value: '25.3', unit: null, quantification: '=', robotoffPrediction: null }, { off_nutriment_id: "energy_kcal", label: "Energie (kCal)", value: '', unit: null, quantification: '<', robotoffPrediction: null } ]
Here is how it looked liked in the previous version (not perfect design)
Here is a list of nutrients key and their usual units
https://github.com/openfoodfacts/openfoodfacts-hungergames/blob/master/src/data/nutritions.json
The text was updated successfully, but these errors were encountered:
Shmigolk
No branches or pull requests
Part of #70
The idea is to do the table that takes two props
data
andonDataChange
the format of the data could be an array of objects
Here is how it looked liked in the previous version (not perfect design)
Here is a list of nutrients key and their usual units
https://github.com/openfoodfacts/openfoodfacts-hungergames/blob/master/src/data/nutritions.json
The text was updated successfully, but these errors were encountered: