From 2cb08331e49e2d4b2d344427bf66f7c3d2f36493 Mon Sep 17 00:00:00 2001 From: Marek Lenczewski Date: Sat, 11 Apr 2026 13:04:26 +0200 Subject: [PATCH] update --- base.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/base.md b/base.md index 1051e71..70e9964 100644 --- a/base.md +++ b/base.md @@ -11,7 +11,7 @@ Fundament/Vision - WAS gebaut wird # Systems - Symfony - Backend with Rest API - Vue - Frontend for browser -- Kotlin - Frontend for mobile (later) +- Kotlin - Frontend for mobile - Ddev - Dev environment - MariaDB - Database - Doctrine - ORM @@ -19,15 +19,12 @@ Fundament/Vision - WAS gebaut wird - Jetpack Compose - Kotlin components # Database -## Task Manager - Task (id, name, date, status, category, schema) -- TaskSchema (id, name, category, type, start, end) - Category (id, name, color) -## Shopping List +- TaskSchema (id, name, category, type, start, end) - Item (id, name, unit) - Items -- ItemList (id, list, item, quantity, status) - Items for shopping list - ShoppingList (id) - Shopping list -## Meal Planner +- ItemList (id, list, item, quantity, status) - Items for shopping list - Meal (id, title, description) - Meals - ItemMeal (id, meal, item, quantity) - items with meals - MealDate (id, meal, date) - Meals for date