diff --git a/_index.yaml b/_index.yaml new file mode 100644 index 0000000..2b3de31 --- /dev/null +++ b/_index.yaml @@ -0,0 +1,62 @@ +# Name of instances/definition +theses: + # File that contains graph definition + graph-file: theses.yaml + # `category` is used to sort workflow instances among others; first by category then alphabetical + category: "theses" + # Scope type to create definition under + definition-scope: school + # Description of definition when presented to admins (and later course administrators) when creating new instances + definition-description: + fallback-lang: de-de-formal + fallback: + # Title + - "Abschlussarbeiten (IfI)" + # Description + - null + translations: + en-eu: + - "Theses (IfI)" + - null + # Default description of all instances created under this definition + instance-description: + fallback-lang: de-de-formal + fallback: + - "Abschlussarbeiten" + - | + Anmeldung, Verwaltung und digitale Abgabe von Abschlussarbeiten + translations: + en-eu: + - "Theses" + - | + Registration, management, and digital submission of (bachelor's and master's) theses + # Scopes of instances to create for testing + instances: + - { tag: school, school: "IfI" } + +recognitions-ifi: + graph-file: recognitions-ifi.yaml + category: "recognitions" + definition-scope: school + definition-description: + fallback-lang: de-de-formal + fallback: + - "Anerkennungen (IfI)" + - null + translations: + en-eu: + - "Recognitions (IfI)" + - null + instance-description: + fallback-lang: de-de-formal + fallback: + - "Anerkennungen" + - | + Hier können Sie Standardanerkennungen beantragen. Folgen Sie hierfür den bereitgestellten Anweisungen und Hilfstexten. Komplexere Anerkennungen, die hier nicht abgedeckt sind, bitte per E-Mail oder in der Studiengangskoordinationssprechstunde beantragen. + translations: + en-eu: + - "Recognitions" + - | + Apply here for standard recognitions. Please follow the instructions and help texts provided. For complex recognitions that cannot be handled here, please send an email or apply in the programme-coordination-consultation hours. + instances: + - { tag: school, school: "IfI" }