From 67f4a3f2c4412c3ca90814212acc201bc263ce05 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Tue, 18 Oct 2022 15:27:21 +0200 Subject: [PATCH] refactor: minor adjustments to config --- config/default-f-u.ts | 27 +++++++++++++++------------ config/default.ts | 35 +++++++++++++++++++++-------------- 2 files changed, 36 insertions(+), 26 deletions(-) diff --git a/config/default-f-u.ts b/config/default-f-u.ts index 6ec156d2..d5f35aec 100644 --- a/config/default-f-u.ts +++ b/config/default-f-u.ts @@ -592,27 +592,30 @@ const config: RecursivePartial = { }, 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 = { ], translations: { en: { - title: 'About StApps', + title: 'About Open StApps', }, }, }, diff --git a/config/default.ts b/config/default.ts index eacf876b..53d66e38 100644 --- a/config/default.ts +++ b/config/default.ts @@ -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 = { 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 = { }, }, ], - 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 = { }, }, { - icon: 'calendar_month', + icon: 'calendar_today', route: '/schedule', title: 'schedule', translations: { @@ -487,7 +494,7 @@ const config: Partial = { }, { authProvider: 'paia', - icon: 'account_circle', + icon: 'badge', route: '/library-account', title: 'library account', translations: { @@ -539,14 +546,14 @@ const config: Partial = { }, }, ], - title: 'study', + title: 'my app', route: '/profile', translations: { de: { - title: 'Studium', + title: 'Meine App', }, en: { - title: 'study', + title: 'my app', }, }, },