update
This commit is contained in:
9
base.md
9
base.md
@@ -11,7 +11,7 @@ Fundament/Vision - WAS gebaut wird
|
|||||||
# Systems
|
# Systems
|
||||||
- Symfony - Backend with Rest API
|
- Symfony - Backend with Rest API
|
||||||
- Vue - Frontend for browser
|
- Vue - Frontend for browser
|
||||||
- Kotlin - Frontend for mobile (later)
|
- Kotlin - Frontend for mobile
|
||||||
- Ddev - Dev environment
|
- Ddev - Dev environment
|
||||||
- MariaDB - Database
|
- MariaDB - Database
|
||||||
- Doctrine - ORM
|
- Doctrine - ORM
|
||||||
@@ -19,15 +19,12 @@ Fundament/Vision - WAS gebaut wird
|
|||||||
- Jetpack Compose - Kotlin components
|
- Jetpack Compose - Kotlin components
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
## Task Manager
|
|
||||||
- Task (id, name, date, status, category, schema)
|
- Task (id, name, date, status, category, schema)
|
||||||
- TaskSchema (id, name, category, type, start, end)
|
|
||||||
- Category (id, name, color)
|
- Category (id, name, color)
|
||||||
## Shopping List
|
- TaskSchema (id, name, category, type, start, end)
|
||||||
- Item (id, name, unit) - Items
|
- Item (id, name, unit) - Items
|
||||||
- ItemList (id, list, item, quantity, status) - Items for shopping list
|
|
||||||
- ShoppingList (id) - Shopping list
|
- ShoppingList (id) - Shopping list
|
||||||
## Meal Planner
|
- ItemList (id, list, item, quantity, status) - Items for shopping list
|
||||||
- Meal (id, title, description) - Meals
|
- Meal (id, title, description) - Meals
|
||||||
- ItemMeal (id, meal, item, quantity) - items with meals
|
- ItemMeal (id, meal, item, quantity) - items with meals
|
||||||
- MealDate (id, meal, date) - Meals for date
|
- MealDate (id, meal, date) - Meals for date
|
||||||
|
|||||||
Reference in New Issue
Block a user