Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/data/migrations/20180108132324-updateRetro.js
Original file line number Diff line number Diff line change
@@ -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
}
20 changes: 20 additions & 0 deletions src/data/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 4 additions & 0 deletions src/data/survey-blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
-
Expand Down