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