From 0ca2a00e761f3ae60d2bb4d06ad4eb9597bf64ae Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Thu, 2 May 2024 09:16:10 +0200 Subject: [PATCH] Remove Objective Components --- client/src/App.vue | 2 - .../objective-groups/NewObjectiveWizard.vue | 120 ----------------- .../components/objective-groups/Objective.vue | 127 ------------------ .../objective-groups/ObjectiveForm.vue | 45 ------- .../objective-groups/ObjectiveGroup.vue | 92 ------------- .../objective-groups/ObjectiveGroups.vue | 75 ----------- 6 files changed, 461 deletions(-) delete mode 100644 client/src/components/objective-groups/NewObjectiveWizard.vue delete mode 100644 client/src/components/objective-groups/Objective.vue delete mode 100644 client/src/components/objective-groups/ObjectiveForm.vue delete mode 100644 client/src/components/objective-groups/ObjectiveGroup.vue delete mode 100644 client/src/components/objective-groups/ObjectiveGroups.vue diff --git a/client/src/App.vue b/client/src/App.vue index 954e7533..464ac1b3 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -37,7 +37,6 @@ const EditRoomEntryWizard = defineAsyncComponent(() => ); const NewProjectEntryWizard = defineAsyncComponent(() => import('@/components/portfolio/NewProjectEntryWizard.vue')); const EditProjectEntryWizard = defineAsyncComponent(() => import('@/components/portfolio/EditProjectEntryWizard.vue')); -const NewObjectiveWizard = defineAsyncComponent(() => import('@/components/objective-groups/NewObjectiveWizard.vue')); const NewNoteWizard = defineAsyncComponent(() => import('@/components/notes/NewNoteWizard.vue')); const EditNoteWizard = defineAsyncComponent(() => import('@/components/notes/EditNoteWizard.vue')); const EditClassNameWizard = defineAsyncComponent(() => import('@/components/school-class/EditClassNameWizard.vue')); @@ -69,7 +68,6 @@ export default { EditRoomEntryWizard, NewProjectEntryWizard, EditProjectEntryWizard, - NewObjectiveWizard, NewNoteWizard, EditNoteWizard, EditClassNameWizard, diff --git a/client/src/components/objective-groups/NewObjectiveWizard.vue b/client/src/components/objective-groups/NewObjectiveWizard.vue deleted file mode 100644 index e160fcc4..00000000 --- a/client/src/components/objective-groups/NewObjectiveWizard.vue +++ /dev/null @@ -1,120 +0,0 @@ - - - diff --git a/client/src/components/objective-groups/Objective.vue b/client/src/components/objective-groups/Objective.vue deleted file mode 100644 index b3e53987..00000000 --- a/client/src/components/objective-groups/Objective.vue +++ /dev/null @@ -1,127 +0,0 @@ - - - - - diff --git a/client/src/components/objective-groups/ObjectiveForm.vue b/client/src/components/objective-groups/ObjectiveForm.vue deleted file mode 100644 index 61a600ea..00000000 --- a/client/src/components/objective-groups/ObjectiveForm.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - - - diff --git a/client/src/components/objective-groups/ObjectiveGroup.vue b/client/src/components/objective-groups/ObjectiveGroup.vue deleted file mode 100644 index 8d1b4e19..00000000 --- a/client/src/components/objective-groups/ObjectiveGroup.vue +++ /dev/null @@ -1,92 +0,0 @@ - - - - - diff --git a/client/src/components/objective-groups/ObjectiveGroups.vue b/client/src/components/objective-groups/ObjectiveGroups.vue deleted file mode 100644 index 2131fed3..00000000 --- a/client/src/components/objective-groups/ObjectiveGroups.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - - -