diff --git a/client/src/pages/cockpit/cockpitPage/CockpitExpertHomePage.vue b/client/src/pages/cockpit/cockpitPage/CockpitExpertHomePage.vue new file mode 100644 index 00000000..052f347b --- /dev/null +++ b/client/src/pages/cockpit/cockpitPage/CockpitExpertHomePage.vue @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + {{ $t("cockpit.progress") }} + + + + + + + {{ expertCockpitStore.currentCircle.title }} + + + + + + + {{ $t("general.profileLink") }} + + + + + + + + + + + {{ $t("a.Kein Circle verfügbar oder ausgewählt.") }} + + + + + + + {{ $t("a.Kein Circle verfügbar oder ausgewählt.") }} + + + diff --git a/client/src/pages/cockpit/cockpitPage/CockpitExpertPage.vue b/client/src/pages/cockpit/cockpitPage/CockpitExpertPage.vue deleted file mode 100644 index c93483a5..00000000 --- a/client/src/pages/cockpit/cockpitPage/CockpitExpertPage.vue +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - Cockpit - - - - - - - - {{ $t("Trainerunterlagen") }} - - - {{ $t("cockpit.trainerFilesText") }} - - - - - {{ $t("MS Teams öffnen") }} - - - - - - - {{ $t("a.Unterlagen für Teilnehmenden") }} - - - {{ $t("a.Stelle deinen Lernenden zusätzliche Inhalte zur Verfügung.") }} - - - - - {{ $t("a.Zum Unterlagen-Upload") }} - - - - - - - {{ $t("a.Anwesenheitskontrolle Präsenzkurse") }} - - - {{ - $t( - "Hier überprüfst und bestätigst du die Anwesenheit deiner Teilnehmenden." - ) - }} - - - - - {{ $t("Anwesenheit prüfen") }} - - - - - - - - - - - - - {{ $t("cockpit.progress") }} - - - - - - - {{ expertCockpitStore.currentCircle.title }} - - - - - - - {{ $t("general.profileLink") }} - - - - - - - - - - - {{ $t("a.Kein Circle verfügbar oder ausgewählt.") }} - - - - - - - {{ $t("a.Kein Circle verfügbar oder ausgewählt.") }} - - - - - - diff --git a/client/src/pages/cockpit/cockpitPage/CockpitExpertParentPage.vue b/client/src/pages/cockpit/cockpitPage/CockpitExpertParentPage.vue new file mode 100644 index 00000000..a5fca484 --- /dev/null +++ b/client/src/pages/cockpit/cockpitPage/CockpitExpertParentPage.vue @@ -0,0 +1,53 @@ + + + + + + + + + + diff --git a/client/src/pages/competence/CompetenceParentPage.vue b/client/src/pages/competence/CompetenceParentPage.vue index 8c13cb37..c362b1b4 100644 --- a/client/src/pages/competence/CompetenceParentPage.vue +++ b/client/src/pages/competence/CompetenceParentPage.vue @@ -56,17 +56,6 @@ const items: SubNavEntry[] = [ route: selfEvaluationRoute, }, { id: 3, name: t("a.Handlungskompetenzen"), route: competencesRoute }, - - { - id: 4, - name: "MS Teams", - route: "https://iterativ.ch", - }, - { - id: 5, - name: "Vorschau Teilnehmer", - route: "https://iterativ.ch", - }, ];
+ {{ expertCockpitStore.currentCircle.title }} +
- {{ expertCockpitStore.currentCircle.title }} -