diff --git a/src/data/migrations/20180108132324-updateRetro.js b/src/data/migrations/20180108132324-updateRetro.js new file mode 100644 index 00000000..df14b4f0 --- /dev/null +++ b/src/data/migrations/20180108132324-updateRetro.js @@ -0,0 +1,8 @@ +export function up() { + const reloadDefaultModelData = require('src/server/actions/reloadDefaultModelData') + return reloadDefaultModelData() +} + +export function down() { + // irreversible; data from dropped table not recoverable +} diff --git a/src/data/questions.yaml b/src/data/questions.yaml index 71b494b6..02d2c994 100644 --- a/src/data/questions.yaml +++ b/src/data/questions.yaml @@ -9,6 +9,26 @@ # - to add a new item, you'll need to generate a new UUID # - you should never replace an item completely while keeping the UUID the same # - if you don't know what you're doing, ask! +- + id: 0578b6c2-2596-40cc-a7d6-6e0bf5313968 + body: | + Please provide the URL(s) to any PR(s) submitted for your work this week: + + "URL(s)" + responseType: text + feedbackTypeId: 81b7085c-1c3e-4066-80a7-d5ac3b7fa838 + subjectType: project + active: true +- + id: d47feb36-2d24-470c-9d4c-b76ecbf390d1 + body: | + Describe how much of your original work plan you were able to complete: + + "I originally planned to complete 'this much' and completed 'this much'..." + responseType: text + feedbackTypeId: 81b7085c-1c3e-4066-80a7-d5ac3b7fa838 + subjectType: project + active: true - id: cd350a14-8a70-4593-9801-30cedab3dc75 body: | diff --git a/src/data/survey-blueprints.yaml b/src/data/survey-blueprints.yaml index d3442d2d..1c0861fa 100644 --- a/src/data/survey-blueprints.yaml +++ b/src/data/survey-blueprints.yaml @@ -12,6 +12,10 @@ id: 9c88e611-774e-4b10-bd69-0c185b83adda descriptor: retrospective defaultQuestionRefs: + - + questionId: 0578b6c2-2596-40cc-a7d6-6e0bf5313968 + - + questionId: d47feb36-2d24-470c-9d4c-b76ecbf390d1 - questionId: cd350a14-8a70-4593-9801-30cedab3dc75 -