refactor: minor adjustments to config

This commit is contained in:
Rainer Killinger
2022-10-18 15:27:21 +02:00
parent 8dae143d72
commit 67f4a3f2c4
2 changed files with 36 additions and 26 deletions

View File

@@ -592,27 +592,30 @@ const config: RecursivePartial<SCConfigFile> = {
},
aboutPages: {
'about': {
title: 'Über das StApps Projekt',
title: 'Über Open StApps',
content: [
{
title: 'Verbundprojekt mehrerer Hochschulen für eine generische Studierenden-App',
content: {
type: SCAboutPageContentType.MARKDOWN,
value: `
StApps bietet Studierenden aller beteiligten Hochschulen eine qualitativ
hochwertige App für den Studienalltag. StApps-Verbundpartner integrieren
Open StApps bietet Studierenden aller beteiligten Hochschulen eine qualitativ
hochwertige App für den Studienalltag. Open StApps-Verbundpartner integrieren
generalisierbare Studierendenprozesse so in App-Module, dass diese auch
von anderen Hochschulen verwendet werden können. Die zur StApps-App ankommenden
Daten einer Datenquelle einer Art sind in einem generalisierten Datenmodell
so aufbereitet, dass ein Austausch der Datenquelle problemlos möglich ist und
die StApps-App problemlos weiterhin funktionsfähig bleibt.
von anderen Hochschulen verwendet werden können. Die in der Open StApps App
verwendeten Daten einer Datenquelle sind in einem generalisierten Datenmodell
so aufbereitet, dass ein Austausch oder Abschaltung der Datenquelle problemlos möglich
ist und die Open StApps App problemlos weiterhin funktionsfähig bleibt.
`,
translations: {
en: {
value: `StApps offers students from all participating universities a high-quality app for everyday student life.
StApps network partners integrate generalizable student processes into app modules in such a way that they can also be used by other universities.
The data arriving at the StApps app from a data source of a type is prepared in a generalized data model in such a way that the data source can be
exchanged without any problems and the StApps app remains functional without any issues.`,
value: `Open StApps provides students from all participating universities with a
high-quality app for everyday study. Open StApps partners integrate
generalizable student processes into app modules in such a way that they can be
can be used by other universities. The data of a data source used in the Open StApps app
is prepared in a generalized data model in a way that the data source can be easily
exchanged or switched off while the app continues to function without any problems.
`,
},
},
},
@@ -735,7 +738,7 @@ const config: RecursivePartial<SCConfigFile> = {
],
translations: {
en: {
title: 'About StApps',
title: 'About Open StApps',
},
},
},

View File

@@ -58,8 +58,9 @@ const userGroupSetting: SCUserGroupSetting = {
values: ['Student', 'Angestellter', 'Gast'],
},
en: {
description: `The user group the app is going to be used.'
+ ' This settings for example is getting used for the predefined price category of mensa meals.`,
description:
'The user group the app is going to be used.' +
' This settings for example is getting used for the predefined price category of mensa meals.',
name: 'Group',
values: ['student', 'employee', 'guest'],
},
@@ -124,15 +125,21 @@ const config: Partial<SCConfigFile> = {
Open StApps bietet Studierenden aller beteiligten Hochschulen eine qualitativ
hochwertige App für den Studienalltag. Open StApps-Verbundpartner integrieren
generalisierbare Studierendenprozesse so in App-Module, dass diese auch
von anderen Hochschulen verwendet werden können. Die in der Open StApps-App
von anderen Hochschulen verwendet werden können. Die in der Open StApps App
verwendeten Daten einer Datenquelle sind in einem generalisierten Datenmodell
so aufbereitet, dass ein Austausch oder Abschaltung der Datenquelle problemlos möglich
ist und die Open StApps-App problemlos weiterhin funktionsfähig bleibt.
ist und die Open StApps App problemlos weiterhin funktionsfähig bleibt.
`,
translations: {
en: {
value: `
This would be the english content`,
Open StApps provides students from all participating universities with a
high-quality app for everyday study. Open StApps partners integrate
generalizable student processes into app modules in such a way that they can be
can be used by other universities. The data of a data source used in the Open StApps app
is prepared in a generalized data model in a way that the data source can be easily
exchanged or switched off while the app continues to function without any problems.
`,
},
},
},
@@ -417,14 +424,14 @@ const config: Partial<SCConfigFile> = {
},
},
],
title: 'home',
route: '/dashboard',
title: 'overview',
route: '/overview',
translations: {
de: {
title: 'Home',
title: 'Übersicht',
},
en: {
title: 'home',
title: 'overview',
},
},
},
@@ -473,7 +480,7 @@ const config: Partial<SCConfigFile> = {
},
},
{
icon: 'calendar_month',
icon: 'calendar_today',
route: '/schedule',
title: 'schedule',
translations: {
@@ -487,7 +494,7 @@ const config: Partial<SCConfigFile> = {
},
{
authProvider: 'paia',
icon: 'account_circle',
icon: 'badge',
route: '/library-account',
title: 'library account',
translations: {
@@ -539,14 +546,14 @@ const config: Partial<SCConfigFile> = {
},
},
],
title: 'study',
title: 'my app',
route: '/profile',
translations: {
de: {
title: 'Studium',
title: 'Meine App',
},
en: {
title: 'study',
title: 'my app',
},
},
},