From dbd5f13e00664a9223a2022008a6b93ea92fc347 Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Fri, 28 Oct 2022 02:35:23 +0200 Subject: [PATCH] feat(minor-degrees): further enquiries --- cs-minor-degrees.yaml | 65 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 59 insertions(+), 6 deletions(-) diff --git a/cs-minor-degrees.yaml b/cs-minor-degrees.yaml index 02d65d4..3c9cfd7 100644 --- a/cs-minor-degrees.yaml +++ b/cs-minor-degrees.yaml @@ -10,7 +10,7 @@ nodes: fallback-lang: de-de-formal translations: en-eu: "Application submitted" - viewers: + viewers: &view-alle - &student_in # tag: payload-reference payload-label: "student:in" @@ -26,10 +26,7 @@ nodes: payload-view: &payload-view "student:in": - viewers: &view-alle - - *student_in - - *pruefungsamt - - *sekretariat + viewers: *view-alle display-label: fallback: "Student:in" fallback-lang: de-de-formal @@ -193,4 +190,60 @@ nodes: "nebenfachvariante": - "1": *nebenfach-field "kommunikation": - - "2": *kommunikation-field-optional \ No newline at end of file + - "2": *kommunikation-field-optional + + "rueckfragen beantworten": + mode: manual + source: "rueckfragen" + display-label: + fallback: "Rückfragen beantworten" + fallback-lang: de-de-formal + translations: + en-eu: "Answer enquiries" + actors: + - *student_in + view-actor: *view-alle + form: + "kommunikation": + - "1": &kommunikation-field + <<: *kommunikation-field-optional + optional: false + + "rueckfragen": + viewers: + display-label: + fallback: "Rückfragen" + fallback-lang: de-de-formal + translations: + en-eu: "Enquiries" + viewers: *view-alle + + messages: + - viewers: + - *student_in + status: info + content: + fallback: "Es gibt Rückfragen zu Ihrem Antrag." + fallback-lang: de-de-formal + translations: + en-eu: "There are enquiries regarding your application." + + payload-view: *payload-view + + final: false + + edges: + "rueckfragen stellen": + mode: manual + source: "antrag eingereicht" + display-label: + fallback: "Rückfragen zum Antrag stellen" + fallback-lang: de-de-formal + translations: + en-eu: "Check back on the application" + actors: + - *pruefungsamt + view-actor: *view-alle + form: + "kommunikation": + - "1": *kommunikation-field \ No newline at end of file