Lädt…
+{{ store.error }}
+Keine Tasks.
+ +Lädt…
+{{ store.error }}
+Keine Tasks.
+ +{{ error }}
+Lädt…
+ + + diff --git a/module.md b/module.md index dc7fb51..0f2a065 100644 --- a/module.md +++ b/module.md @@ -47,7 +47,7 @@ Implementierungs-Schritte als Feature-Module - WIE es gebaut wird - Display current tasks (now to +2 weeks and without date) as list with name (done strikethrough), onclick toggle status, order by date (no-date then date asc, hide inactive) - top right nav - list icon (all tasks), + icon (create), eye icon (toggle task visibility by active/done) - TaskAll.vue - - Display all tasks as list with name (done strikethrough), pencil icon (edit), bin icon (delete), onclick toggle status, order by date (no-date then date asc then inactive asc) + - Display all tasks as list with name (done strikethrough, past faded), pencil icon (edit), bin icon (delete), onclick toggle status, order by date (no-date then date asc) - top right nav - + icon (create) - TaskCreate.vue - Display form with name-text, date-date, status-select, save-button, abort-button - TaskEdit.vue @@ -61,7 +61,7 @@ Implementierungs-Schritte als Feature-Module - WIE es gebaut wird - Display current tasks (now to +2 weeks and without date) as list with name (done strikethrough), onclick toggle status, order by date (no-date then date asc, hide inactive) - top right nav - list icon (all tasks), + icon (create), eye icon (toggle task visibility by active/done) - TaskAllScreen.kt - - Display all tasks as list with name (done strikethrough), pencil icon (edit), bin icon (delete), onclick toggle status, order by date (no-date then date asc then inactive asc) + - Display all tasks as list with name (done strikethrough, past faded), pencil icon (edit), bin icon (delete), onclick toggle status, order by date (no-date then date asc) - top right nav - + icon (create) - TaskCreateScreen.kt - Display form with name-text, date-date, status-select, save-button, abort-button - TaskEditScreen.kt @@ -70,7 +70,7 @@ Implementierungs-Schritte als Feature-Module - WIE es gebaut wird ## Features - Start page: task button - Task page: current tasks ordered by date, filter done -- TaskAll page: all tasks ordered by date and status, delete task +- TaskAll page: all tasks ordered by date, past faded, delete task - TaskCreate page: create task - TaskEdit page: update task @@ -100,22 +100,3 @@ Implementierungs-Schritte als Feature-Module - WIE es gebaut wird - TaskGenerator - Create tasks from schema - generate - -# Item module -- Item - Item entity -- ItemController - Item routes -- ItemManager - Item CRUD -- ItemRepository - Item queries -- UnitEnum - Unit for Item - -# Meal module -- Meal - Meal entity -- MealController - Meal routes -- MealManager - Meal CRUD -- MealRepository - Meal queries - -# Shopping module -- ShoppingList - ShoppingList entity -- ShoppingListController - ShoppingList routes -- ShoppingListManager - ShoppingList CRUD -- ShoppingListRepository - ShoppingList queries \ No newline at end of file