diff --git a/client/src/components/MainNavigationBar.vue b/client/src/components/MainNavigationBar.vue index 80394067..236bbd2f 100644 --- a/client/src/components/MainNavigationBar.vue +++ b/client/src/components/MainNavigationBar.vue @@ -168,6 +168,19 @@ const profileDropdownData: DropdownListItem[] = [ + + {{ $t("cockpit.title") }} + + - - {{ $t("cockpit.title") }} - - (); +const showUploadModal = ref(false); + const appStore = useAppStore(); appStore.showMainNavigationBar = true; @@ -110,7 +114,7 @@ onMounted(async () => { @click="circleStore.page = 'OVERVIEW'" > - Das lernst du in diesem Circle + {{ $t("circlePage.circleContentBoxTitle") }} @@ -135,8 +139,24 @@ onMounted(async () => { + + + {{ $t("circlePage.documentsTitle") }} + + + {{ $t("circlePage.documentsDescription") }} + + + + {{ $t("circlePage.documentsAction") }} + + + - Hast du Fragen? + {{ $t("circlePage.gotQuestions") }} Tausche dich mit der Fachexpertin aus für den Circle Analyse aus. @@ -161,6 +181,31 @@ onMounted(async () => { + + {{ $t("circlePage.documentsAction") }} + + + {{ + $t("circlePage.documentsModalLabel") + }} + + + {{ $t("circlePage.documentsModalAction") }} + + + + {{ + $t("circlePage.documentsModalFileName") + }} + + {{ $t("circlePage.documentsModalNameInformation") }} + + + {{ $t("general.save") }} + + + + diff --git a/server/vbv_lernwelt/core/create_default_users.py b/server/vbv_lernwelt/core/create_default_users.py index 7cbbee64..861ade66 100644 --- a/server/vbv_lernwelt/core/create_default_users.py +++ b/server/vbv_lernwelt/core/create_default_users.py @@ -122,10 +122,11 @@ def create_default_users(user_model=User, group_model=Group, default_password=No last_name="VV", ) _create_student_user( - email="patrizia.huggel@eiger-versicherung.ch", + email="patrizia.huggel@eiger-versicherungen.ch", first_name="Patrizia", last_name="Huggel", avatar_url="/static/avatars/uk1.patrizia.huggel.jpg", + password="myvbv1234", ) _create_student_user( email="daniel.tanaka@eiger-versicherung.ch",
{{ $t("circlePage.documentsModalNameInformation") }}