update
This commit is contained in:
9
base.md
9
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
|
||||
|
||||
Reference in New Issue
Block a user