From 5b33bf334e64d9408c10cb1965bed67494e2d5d1 Mon Sep 17 00:00:00 2001 From: Ana Medrano Date: Mon, 18 Nov 2024 16:56:05 -0800 Subject: [PATCH] Scaffold application response --- src/main/resources/flows-config.yaml | 13 +++++++++ .../providerresponse/confirmation-code.html | 28 +++++++++++++++++++ .../registration-family-response-intro.html | 28 +++++++++++++++++++ .../providerresponse/service-address.html | 28 +++++++++++++++++++ 4 files changed, 97 insertions(+) create mode 100644 src/main/resources/templates/providerresponse/confirmation-code.html create mode 100644 src/main/resources/templates/providerresponse/registration-family-response-intro.html create mode 100644 src/main/resources/templates/providerresponse/service-address.html diff --git a/src/main/resources/flows-config.yaml b/src/main/resources/flows-config.yaml index a1f32c337..ec621cd4d 100644 --- a/src/main/resources/flows-config.yaml +++ b/src/main/resources/flows-config.yaml @@ -532,9 +532,17 @@ flow: - name: response condition: IsConfirmationCodeActive - name: submit-start + registration-family-response-intro: + nextScreens: + - name: confirmation-code + confirmation-code: + nextScreens: + - name: response response: beforeDisplayAction: FindApplicationData nextScreens: + - name: info + condition: EnableProviderRegistration - name: submit-complete condition: ProviderAgreedToCare - name: confirm-deny-care @@ -547,6 +555,11 @@ flow: nextScreens: - name: info info: + nextScreens: + - name: service-address + condition: EnableProviderRegistration + - name: confirm-address + service-address: nextScreens: - name: confirm-address confirm-address: diff --git a/src/main/resources/templates/providerresponse/confirmation-code.html b/src/main/resources/templates/providerresponse/confirmation-code.html new file mode 100644 index 000000000..f0a9702ef --- /dev/null +++ b/src/main/resources/templates/providerresponse/confirmation-code.html @@ -0,0 +1,28 @@ + + + + +
+
+
+
+
+
+ + + +
+ +
+ +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/providerresponse/registration-family-response-intro.html b/src/main/resources/templates/providerresponse/registration-family-response-intro.html new file mode 100644 index 000000000..f0a9702ef --- /dev/null +++ b/src/main/resources/templates/providerresponse/registration-family-response-intro.html @@ -0,0 +1,28 @@ + + + + +
+
+
+
+
+
+ + + +
+ +
+ +
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/providerresponse/service-address.html b/src/main/resources/templates/providerresponse/service-address.html new file mode 100644 index 000000000..f0a9702ef --- /dev/null +++ b/src/main/resources/templates/providerresponse/service-address.html @@ -0,0 +1,28 @@ + + + + +
+
+
+
+
+
+ + + +
+ +
+ +
+
+
+
+
+
+ + + \ No newline at end of file