ai-cfia / fertiscan-backend

Fertiscan backend
MIT License
1 stars 0 forks source link

The concentration of ingredients in the form should present the value and its unit #78

Closed snakedye closed 5 days ago

snakedye commented 1 week ago

Ingredients/nutrients concentration should be given in an object:

{
    "nutrient": "Something",
    "value": "44",
    "unit": "%"
}

Tasks: