From 7b984caf5c24107477fbcfb88894afc8a3a9a218 Mon Sep 17 00:00:00 2001 From: Walter A Jablonowski <31986246+walter-a-jablonowski@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:35:20 +0200 Subject: [PATCH] Model --- misc/dev_info.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/misc/dev_info.md b/misc/dev_info.md index 1ce8132d..33c5e249 100644 --- a/misc/dev_info.md +++ b/misc/dev_info.md @@ -13,22 +13,24 @@ Model ---------------------------------------------------------- ``` - -------------- - | Food | - -------------- - | - weight | - | - ... | - -------------- + -------------- -------------- + | Food | * 1 | Recipe | + -------------- ------------------ -------------- + | - weight | | | | + | - ... | <> | | + -------------- [FoodList] -------------- | 1 - | + | + | <> + | -- [NutrientList] | | * - --------------- -------------- - | NutrientsList | 1 1 | Nutrient | - |---------------| ----------------- |--------------| - | - name | | - amountMale | - | - amount | | - ... | - --------------- -------------- + --------------- + | Nutrient | + --------------- + | - amountMale | + | | + --------------- ```