diff --git a/cs-minor-degrees.yaml b/cs-minor-degrees.yaml index f20438e..e283247 100644 --- a/cs-minor-degrees.yaml +++ b/cs-minor-degrees.yaml @@ -275,4 +275,109 @@ nodes: view-actor: *view-alle form: "kommunikation": - - "1": *kommunikation-field-optional \ No newline at end of file + - "1": *kommunikation-field-optional + + "antrag genehmigt": + viewers: + display-label: + fallback: "Nebenfachabschluss erfolgreich" + fallback-lang: de-de-formal + translations: + en-eu: "Minor degree successful" + viewers: *view-alle + + payload-view: *payload-view + + final: true + + edges: + "akzeptieren": + mode: manual + source: "antrag eingereicht" + display-label: + fallback: "Nebenfach abschließen" + fallback-lang: de-de-formal + translations: + en-eu: "Finalise minor degree" + actors: + - *pruefungsamt + view-actor: *view-alle + form: + "abschlussdokumente": + - "1": + tag: file + label: + fallback: "Abschlussdokumente" + fallback-lang: de-de-formal + translations: + en-eu: "Minor Diploma" + default: null + optional: false + config: + unpack-zips: + default: true + force: true + multiple: true + all-empty-ok: false + max-file-size: 5242880 + restrict-extensions: ["pdf"] + "abschlussdatum": + - "2": + tag: text + label: + fallback: "Abschlussdatum" + fallback-lang: de-de-formal + translations: + en-eu: "Date of Graduation" + default: null + optional: false + "bekanntgabedatum": + - "3": + tag: capture-date-time + label: + fallback: "Bekanntgabedatum" + fallback-lang: de-de-formal + translations: + en-eu: "Date of Announcement" + precision: date + optional: false + "pruefungsamt_hf, kontakt": + - "4": + tag: text + label: + fallback: "Kontakt Prüfungsamt Hauptfach" + fallback-lang: de-de-formal + translations: + en-eu: "Contact Exam. Office Main Subject" + presets: + - text: "PANI <...@...lmu.de>" + label: + fallback: "PANI <...@...lmu.de>" + fallback-lang: de-de-formal + translations: + en-eu: "PANI <...@...lmu.de>" + - text: "PAGS <...@...lmu.de>" + label: + fallback: "PAGS <...@...lmu.de>" + fallback-lang: de-de-formal + translations: + en-eu: "PAGS <...@...lmu.de>" + default: null + optional: false + "pruefungsamt_hf": + - "5": + tag: user + label: + fallback: "Prüfungsamt Hauptfach" + fallback-lang: de-de-formal + translations: + en-eu: "Exam. Office of Main Subject" + tooltip: + fallback: "Gewährt dem Hauptfach-Prüfungsamt Zugriff auf den Workflow." + fallback-lang: de-de-formal + translations: + en-eu: "Grants the examination office of the main subject access to the workflow." + default: null + optional: true + "kommunikation": + - "6": *kommunikation-field-optional \ No newline at end of file