From 68bcaef49d60b8feaed585688690fa19314bf2e4 Mon Sep 17 00:00:00 2001 From: aviralsomani <33675863+aviralsomani@users.noreply.github.com> Date: Sun, 2 Aug 2020 11:17:44 -0500 Subject: [PATCH] Issue #62 - Populating flag for whether or not slider bar was touched (#63) * Survey should now be including info on whether or not slider was touched * Should be final version * Including flag for whether or not slider was touched or rating is valid Co-authored-by: Aviral Somani --- .../AccountSettingsLambda-cloudformation-template.json | 2 +- .../CreateSurveyLambda-cloudformation-template.json | 4 ++-- amplify/backend/function/CreateSurveyLambda/src/app.js | 3 ++- .../GetSurveyResponses-cloudformation-template.json | 2 +- .../ManageLocationLambda-cloudformation-template.json | 4 ++-- .../SubmitResponseLambda-cloudformation-template.json | 4 ++-- amplify/team-provider-info.json | 3 ++- 7 files changed, 12 insertions(+), 10 deletions(-) diff --git a/amplify/backend/function/AccountSettingsLambda/AccountSettingsLambda-cloudformation-template.json b/amplify/backend/function/AccountSettingsLambda/AccountSettingsLambda-cloudformation-template.json index d6ef6a9..285bd9c 100644 --- a/amplify/backend/function/AccountSettingsLambda/AccountSettingsLambda-cloudformation-template.json +++ b/amplify/backend/function/AccountSettingsLambda/AccountSettingsLambda-cloudformation-template.json @@ -76,7 +76,7 @@ "Layers": [], "Timeout": "25", "Code": { - "S3Bucket": "amplify-cleanviewweb-dev-143211-deployment", + "S3Bucket": "amplify-cleanviewweb-develop-162445-deployment", "S3Key": "amplify-builds/AccountSettingsLambda-4e6f34627a48316b3471-build.zip" } } diff --git a/amplify/backend/function/CreateSurveyLambda/CreateSurveyLambda-cloudformation-template.json b/amplify/backend/function/CreateSurveyLambda/CreateSurveyLambda-cloudformation-template.json index 231e7d0..aa217f0 100644 --- a/amplify/backend/function/CreateSurveyLambda/CreateSurveyLambda-cloudformation-template.json +++ b/amplify/backend/function/CreateSurveyLambda/CreateSurveyLambda-cloudformation-template.json @@ -76,8 +76,8 @@ "Layers": [], "Timeout": "25", "Code": { - "S3Bucket": "amplify-cleanviewweb-dev-143211-deployment", - "S3Key": "amplify-builds/CreateSurveyLambda-4c586c584e5a76684f7a-build.zip" + "S3Bucket": "amplify-cleanviewweb-develop-162445-deployment", + "S3Key": "amplify-builds/CreateSurveyLambda-626a4e59466c312b7754-build.zip" } } }, diff --git a/amplify/backend/function/CreateSurveyLambda/src/app.js b/amplify/backend/function/CreateSurveyLambda/src/app.js index 23c2dc0..9ad0f59 100644 --- a/amplify/backend/function/CreateSurveyLambda/src/app.js +++ b/amplify/backend/function/CreateSurveyLambda/src/app.js @@ -399,7 +399,8 @@ app.get("/survey/:id", function (req, res) {

How satisfied are you with ${name}'s overall COVID-19 response?

- + +
diff --git a/amplify/backend/function/GetSurveyResponses/GetSurveyResponses-cloudformation-template.json b/amplify/backend/function/GetSurveyResponses/GetSurveyResponses-cloudformation-template.json index 2654db8..2a54a95 100644 --- a/amplify/backend/function/GetSurveyResponses/GetSurveyResponses-cloudformation-template.json +++ b/amplify/backend/function/GetSurveyResponses/GetSurveyResponses-cloudformation-template.json @@ -76,7 +76,7 @@ "Layers": [], "Timeout": "25", "Code": { - "S3Bucket": "amplify-cleanviewweb-dev-143211-deployment", + "S3Bucket": "amplify-cleanviewweb-develop-162445-deployment", "S3Key": "amplify-builds/GetSurveyResponses-37485a30526372383251-build.zip" } } diff --git a/amplify/backend/function/ManageLocationLambda/ManageLocationLambda-cloudformation-template.json b/amplify/backend/function/ManageLocationLambda/ManageLocationLambda-cloudformation-template.json index 4148633..a9f5579 100644 --- a/amplify/backend/function/ManageLocationLambda/ManageLocationLambda-cloudformation-template.json +++ b/amplify/backend/function/ManageLocationLambda/ManageLocationLambda-cloudformation-template.json @@ -76,8 +76,8 @@ "Layers": [], "Timeout": "25", "Code": { - "S3Bucket": "amplify-cleanviewweb-dev-143211-deployment", - "S3Key": "amplify-builds/ManageLocationLambda-4c36646c4d654a413039-build.zip" + "S3Bucket": "amplify-cleanviewweb-develop-162445-deployment", + "S3Key": "amplify-builds/ManageLocationLambda-42412f37633759534c48-build.zip" } } }, diff --git a/amplify/backend/function/SubmitResponseLambda/SubmitResponseLambda-cloudformation-template.json b/amplify/backend/function/SubmitResponseLambda/SubmitResponseLambda-cloudformation-template.json index d73518c..f130cf6 100644 --- a/amplify/backend/function/SubmitResponseLambda/SubmitResponseLambda-cloudformation-template.json +++ b/amplify/backend/function/SubmitResponseLambda/SubmitResponseLambda-cloudformation-template.json @@ -76,8 +76,8 @@ "Layers": [], "Timeout": "25", "Code": { - "S3Bucket": "amplify-cleanviewweb-dev-143211-deployment", - "S3Key": "amplify-builds/SubmitResponseLambda-48654f6452345a63426c-build.zip" + "S3Bucket": "amplify-cleanviewweb-develop-162445-deployment", + "S3Key": "amplify-builds/SubmitResponseLambda-7a434b35306f66363676-build.zip" } } }, diff --git a/amplify/team-provider-info.json b/amplify/team-provider-info.json index 44a209e..31d3835 100644 --- a/amplify/team-provider-info.json +++ b/amplify/team-provider-info.json @@ -91,7 +91,8 @@ "SubmitResponseLambda": {}, "ManageLocationLambda": {}, "CreateSurveyLambda": {}, - "GetSurveyResponses": {} + "GetSurveyResponses": {}, + "AccountSettingsLambda": {} } } }