From bd56d601a0792816c7aa4b5a5412d6750d4c6f8f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 22 Oct 2023 00:22:35 +0200 Subject: [PATCH] Add new Tasks and Visualize Tasks --- backend/.idea/workspace.xml | 54 ++++++++------- .../core/api/controller/TaskController.java | 2 +- .../timemanager/tasks/TaskEntityInfo.java | 11 ++++ .../java/core/entities/timemanager/Task.java | 15 +++++ frontend/package-lock.json | 6 +- frontend/src/app/app.module.ts | 66 +++++++++++-------- .../taskgroup-dashboard.component.css | 6 ++ .../taskgroup-dashboard.component.html | 10 ++- .../taskgroup-dashboard.component.ts | 7 +- .../app/tasks/task-editor/TaskEditorData.ts | 6 ++ .../task-editor/task-editor.component.html | 5 ++ .../task-editor/task-editor.component.ts | 38 ++++++++++- 12 files changed, 166 insertions(+), 60 deletions(-) create mode 100644 frontend/src/app/tasks/task-editor/TaskEditorData.ts diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index 57461a7..595f049 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -5,9 +5,16 @@ + + + + + + - + + @@ -41,31 +48,31 @@ - { + "keyToString": { + "RequestMappingsPanelOrder0": "0", + "RequestMappingsPanelOrder1": "1", + "RequestMappingsPanelWidth0": "75", + "RequestMappingsPanelWidth1": "75", + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "git-widget-placeholder": "issue-11-angular-update", + "last_directory_selection": "D:/Programmierprojekte/TimeManager/backend/src/main/java/core/api/models/timemanager", + "last_opened_file_path": "D:/Programmierprojekte/Dicewars/client", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "settings.editor.selected.configurable": "preferences.lookFeel", + "vue.rearranger.settings.migration": "true" }, - "keyToStringList": { - "DatabaseDriversLRU": [ - "mariadb" + "keyToStringList": { + "DatabaseDriversLRU": [ + "mariadb" ] } -}]]> +} @@ -88,6 +95,7 @@ +