From 47060ebc4fdf0662778f7b6a7b2d8e978ab44f63 Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Fri, 21 Oct 2022 02:30:13 +0200 Subject: [PATCH] feat(user-studies): inform about missing points --- user-studies.yaml | 95 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 93 insertions(+), 2 deletions(-) diff --git a/user-studies.yaml b/user-studies.yaml index 57d31d0..1ca9f61 100644 --- a/user-studies.yaml +++ b/user-studies.yaml @@ -13,6 +13,7 @@ nodes: - &student tag: payload-reference payload-label: "student:in" + - tag: initiator payload-view: &payload-view "nutzerstudien": @@ -111,7 +112,97 @@ nodes: - "2": tag: capture-user - "weitere punkte einreichen": + "weitere punkte einreichen, punkte eingereicht": &einreichen-edge <<: *einreichen-initial-edge mode: manual - source: "punkte eingereicht" \ No newline at end of file + source: "punkte eingereicht" + + "kommunizieren, punkte eingereicht": &kommunizieren-edge + mode: manual + source: "punkte eingereicht" + display-label: + fallback: "Kommunizieren" + fallback-lang: de-de-formal + translations: + en-eu: "Communicate" + actors: *view-minimal + view-actor: *view-alle + form: + "kommunikation": + - "1": &kommunikation-field + tag: text + large: true + label: + fallback: "Kommunikation" + fallback-lang: de-de-formal + translations: + en-eu: "Communication" + tooltip: + fallback: "Einsehbar für alle Beteiligten" + fallback-lang: de-de-formal + translations: + en-eu: "Visible for all parties involved" + default: null + optional: false + + "auf fehlende punkte hinweisen": + mode: manual + source: "punktestand erfragt" + display-label: + fallback: "Über fehlende MMI-Punkte informieren" + fallback-lang: de-de-formal + translations: + en-eu: "Inform about missing MMI points" + actors: + - *sekretariat + view-actor: *view-alle + form: + "kommunikation": + - "1": *kommunikation-field + + + "punktestand erfragt": + viewers: + display-label: + fallback: "Punktestand erfragt" + fallback-lang: de-de-formal + translations: + en-eu: "Score enquired" + viewers: *view-minimal + + payload-view: *payload-view + + final: false + + edges: + "punktestand erfragen": + mode: manual + source: "punkte eingereicht" + display-label: + fallback: "Punktestand erfragen" + fallback-lang: de-de-formal + translations: + en-eu: "Enquire score" + actors: *antragsstellende + view-actor: *view-alle + form: + "kommunikation": + - "1": &kommunikation-field-optional + <<: *kommunikation-field + optional: true + + "weitere punkte einreichen, punktestand erfragt": + <<: *einreichen-edge + source: "punktestand erfragt" + messages: + - viewers: *antragsstellende + status: info + content: + fallback: "Solange Ihre Anfrage noch nicht bearbeitet wurde, können Sie weitere Belege einreichen." + fallback-lang: de-de-formal + translations: + en-eu: "You can upload additional certificates as long as your request hasn't been processed." + + "kommunizieren, punktestand erfragt": + <<: *kommunizieren-edge + source: "punktestand erfragt" \ No newline at end of file