mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
refactor: minor adjustments to config
This commit is contained in:
@@ -592,27 +592,30 @@ const config: RecursivePartial<SCConfigFile> = {
|
|||||||
},
|
},
|
||||||
aboutPages: {
|
aboutPages: {
|
||||||
'about': {
|
'about': {
|
||||||
title: 'Über das StApps Projekt',
|
title: 'Über Open StApps',
|
||||||
content: [
|
content: [
|
||||||
{
|
{
|
||||||
title: 'Verbundprojekt mehrerer Hochschulen für eine generische Studierenden-App',
|
title: 'Verbundprojekt mehrerer Hochschulen für eine generische Studierenden-App',
|
||||||
content: {
|
content: {
|
||||||
type: SCAboutPageContentType.MARKDOWN,
|
type: SCAboutPageContentType.MARKDOWN,
|
||||||
value: `
|
value: `
|
||||||
StApps bietet Studierenden aller beteiligten Hochschulen eine qualitativ
|
Open StApps bietet Studierenden aller beteiligten Hochschulen eine qualitativ
|
||||||
hochwertige App für den Studienalltag. StApps-Verbundpartner integrieren
|
hochwertige App für den Studienalltag. Open StApps-Verbundpartner integrieren
|
||||||
generalisierbare Studierendenprozesse so in App-Module, dass diese auch
|
generalisierbare Studierendenprozesse so in App-Module, dass diese auch
|
||||||
von anderen Hochschulen verwendet werden können. Die zur StApps-App ankommenden
|
von anderen Hochschulen verwendet werden können. Die in der Open StApps App
|
||||||
Daten einer Datenquelle einer Art sind in einem generalisierten Datenmodell
|
verwendeten Daten einer Datenquelle sind in einem generalisierten Datenmodell
|
||||||
so aufbereitet, dass ein Austausch der Datenquelle problemlos möglich ist und
|
so aufbereitet, dass ein Austausch oder Abschaltung der Datenquelle problemlos möglich
|
||||||
die StApps-App problemlos weiterhin funktionsfähig bleibt.
|
ist und die Open StApps App problemlos weiterhin funktionsfähig bleibt.
|
||||||
`,
|
`,
|
||||||
translations: {
|
translations: {
|
||||||
en: {
|
en: {
|
||||||
value: `StApps offers students from all participating universities a high-quality app for everyday student life.
|
value: `Open StApps provides students from all participating universities with a
|
||||||
StApps network partners integrate generalizable student processes into app modules in such a way that they can also be used by other universities.
|
high-quality app for everyday study. Open StApps partners integrate
|
||||||
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
|
generalizable student processes into app modules in such a way that they can be
|
||||||
exchanged without any problems and the StApps app remains functional without any issues.`,
|
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: {
|
translations: {
|
||||||
en: {
|
en: {
|
||||||
title: 'About StApps',
|
title: 'About Open StApps',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -58,8 +58,9 @@ const userGroupSetting: SCUserGroupSetting = {
|
|||||||
values: ['Student', 'Angestellter', 'Gast'],
|
values: ['Student', 'Angestellter', 'Gast'],
|
||||||
},
|
},
|
||||||
en: {
|
en: {
|
||||||
description: `The user group the app is going to be used.'
|
description:
|
||||||
+ ' This settings for example is getting used for the predefined price category of mensa meals.`,
|
'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',
|
name: 'Group',
|
||||||
values: ['student', 'employee', 'guest'],
|
values: ['student', 'employee', 'guest'],
|
||||||
},
|
},
|
||||||
@@ -124,15 +125,21 @@ const config: Partial<SCConfigFile> = {
|
|||||||
Open StApps bietet Studierenden aller beteiligten Hochschulen eine qualitativ
|
Open StApps bietet Studierenden aller beteiligten Hochschulen eine qualitativ
|
||||||
hochwertige App für den Studienalltag. Open StApps-Verbundpartner integrieren
|
hochwertige App für den Studienalltag. Open StApps-Verbundpartner integrieren
|
||||||
generalisierbare Studierendenprozesse so in App-Module, dass diese auch
|
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
|
verwendeten Daten einer Datenquelle sind in einem generalisierten Datenmodell
|
||||||
so aufbereitet, dass ein Austausch oder Abschaltung der Datenquelle problemlos möglich
|
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: {
|
translations: {
|
||||||
en: {
|
en: {
|
||||||
value: `
|
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',
|
title: 'overview',
|
||||||
route: '/dashboard',
|
route: '/overview',
|
||||||
translations: {
|
translations: {
|
||||||
de: {
|
de: {
|
||||||
title: 'Home',
|
title: 'Übersicht',
|
||||||
},
|
},
|
||||||
en: {
|
en: {
|
||||||
title: 'home',
|
title: 'overview',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -473,7 +480,7 @@ const config: Partial<SCConfigFile> = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: 'calendar_month',
|
icon: 'calendar_today',
|
||||||
route: '/schedule',
|
route: '/schedule',
|
||||||
title: 'schedule',
|
title: 'schedule',
|
||||||
translations: {
|
translations: {
|
||||||
@@ -487,7 +494,7 @@ const config: Partial<SCConfigFile> = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
authProvider: 'paia',
|
authProvider: 'paia',
|
||||||
icon: 'account_circle',
|
icon: 'badge',
|
||||||
route: '/library-account',
|
route: '/library-account',
|
||||||
title: 'library account',
|
title: 'library account',
|
||||||
translations: {
|
translations: {
|
||||||
@@ -539,14 +546,14 @@ const config: Partial<SCConfigFile> = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
title: 'study',
|
title: 'my app',
|
||||||
route: '/profile',
|
route: '/profile',
|
||||||
translations: {
|
translations: {
|
||||||
de: {
|
de: {
|
||||||
title: 'Studium',
|
title: 'Meine App',
|
||||||
},
|
},
|
||||||
en: {
|
en: {
|
||||||
title: 'study',
|
title: 'my app',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user