From 662277c2376e2188b470125c4f89f75f4e176d54 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 23 Oct 2023 21:08:44 +0200 Subject: [PATCH] Create ScheduleDashboard --- backend/.idea/workspace.xml | 7 +++-- frontend/src/app/app.module.ts | 5 ++-- .../schedule-dashboard.component.css | 14 ++++++++++ .../schedule-dashboard.component.html | 17 ++++++++++++ .../schedule-dashboard.component.spec.ts | 21 +++++++++++++++ .../schedule-dashboard.component.ts | 27 +++++++++++++++++++ .../task-detail-overview.component.html | 5 ++-- 7 files changed, 88 insertions(+), 8 deletions(-) create mode 100644 frontend/src/app/schedules/schedule-dashboard/schedule-dashboard.component.css create mode 100644 frontend/src/app/schedules/schedule-dashboard/schedule-dashboard.component.html create mode 100644 frontend/src/app/schedules/schedule-dashboard/schedule-dashboard.component.spec.ts create mode 100644 frontend/src/app/schedules/schedule-dashboard/schedule-dashboard.component.ts diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index a573d41..f33cb1b 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -5,9 +5,8 @@ - - - + +