This commit is contained in:
Marek Lenczewski
2026-04-11 13:04:26 +02:00
parent d8c8db4a4c
commit 2cb08331e4

View File

@@ -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