This commit is contained in:
Marek
2026-04-11 10:27:21 +02:00
parent b998940caa
commit 11eff12da8
13 changed files with 328 additions and 155 deletions

12
database.md Normal file
View File

@@ -0,0 +1,12 @@
# Aufgabenplanner
- Task (id, name, date, status, category, schema)
- TaskSchema (id, name, category, type, start, end)
- Category (id, name, color)
# Mahlzeitenplanner
- Item (id, name, unit) - Lebensmittel
- Meal (id, title, description) - Mahlzeiten
- ItemMeal (id, meal, item, quantity) - Lebensmittel mit Mahlzeiten
- MealDate (id, meal, date) - Mahlzeiten für Datum
# Einkaufsliste
- List (id) - Einkaufsliste
- ItemList (id, list, item, quantity, status) - Lebensmittel für Einkaufsliste