mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
refactor: minor adjustments to config
This commit is contained in:
@@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user