From 9cafeee76988b35bef6465fb55024c8a434071f8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 22 Oct 2023 10:06:54 +0200 Subject: [PATCH] Delete and clear Tasks --- backend/.idea/workspace.xml | 13 ++++++++-- .../core/api/controller/TaskController.java | 15 +++++++++++ .../api/controller/TaskgroupController.java | 25 ++++++++++++++----- .../java/core/entities/timemanager/Task.java | 14 +++++++++++ .../timemanager/TaskRepository.java | 15 +++++++++++ .../main/java/core/services/TaskService.java | 14 ++++++++++- 6 files changed, 87 insertions(+), 9 deletions(-) diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index d97e3bf..ef6d92a 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -6,7 +6,11 @@ - + + + + + + + { "customColor": "", "associatedIndex": 6 @@ -85,7 +92,9 @@ - + + +