davidkopp / flying-dutchman

2 stars 0 forks source link

Create allergies database [step 3] #24

Closed davidkopp closed 2 years ago

davidkopp commented 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.

Depends on #16

davidkopp commented 2 years ago

Proposal for data structure allergies:

[
    {
        "name": "gluten",
        "beverages": [
            "1", "2"
        ]
    }
]