Closed davidkopp closed 2 years ago
Lars:
Add any missing information to the DB, such as, for example, gluten content. This can be added as a separate JSON structure, with the beverage ID as the coupling key.
Add any missing information to the DB, such as, for example, gluten content.
Depends on #16
Proposal for data structure allergies:
allergies
[ { "name": "gluten", "beverages": [ "1", "2" ] } ]
Lars:
Depends on #16