Skip to content

Commit

Permalink
Merge pull request #200 from RADAR-base/edify-protocol
Browse files Browse the repository at this point in the history
Update EDIFY protocol
  • Loading branch information
mpgxvii authored Aug 22, 2024
2 parents 61fc7e7 + 82dcc5e commit 78ffe44
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions RADAR-EDIFY-KCL-s1/armt_protocol/Control/protocol.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.9",
"version": "0.0.10",
"schemaVersion": "0.0.1",
"name": "RADAR EDIFY KCL s1",
"healthIssues": ["Eating Disorder"],
Expand Down Expand Up @@ -533,23 +533,23 @@
},
"repeatQuestionnaire": {
"unit": "min",
"unitsFromZero": [540]
"unitsFromZero": [510]
},
"reminders": {
"unit": "hour",
"amount": 0,
"repeat": 0
"unit": "day",
"amount": 7,
"repeat": 3
},
"completionWindow": {
"unit": "day",
"amount": 3
},
"notification": {
"title": {
"en": "Questionnaire time"
"en": "Reminder"
},
"text": {
"en": "Please finish them within 3 days."
"en": "Please open the Oura app now to sync the data."
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions RADAR-EDIFY-KCL-s1/armt_protocol/ED/protocol.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.6",
"version": "0.0.7",
"schemaVersion": "0.0.1",
"name": "RADAR EDIFY KCL s1",
"healthIssues": ["Eating Disorder"],
Expand Down Expand Up @@ -597,23 +597,23 @@
},
"repeatQuestionnaire": {
"unit": "min",
"unitsFromZero": [540]
"unitsFromZero": [510]
},
"reminders": {
"unit": "hour",
"amount": 0,
"repeat": 0
"unit": "day",
"amount": 7,
"repeat": 3
},
"completionWindow": {
"unit": "day",
"amount": 3
},
"notification": {
"title": {
"en": "Questionnaire time"
"en": "Reminder"
},
"text": {
"en": "Please finish them within 3 days."
"en": "Please open the Oura app now to sync the data."
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions RADAR-EDIFY-KCL-s1/protocol.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.9",
"version": "0.0.10",
"schemaVersion": "0.0.1",
"name": "RADAR EDIFY KCL s1",
"healthIssues": ["Eating Disorder"],
Expand Down Expand Up @@ -533,23 +533,23 @@
},
"repeatQuestionnaire": {
"unit": "min",
"unitsFromZero": [540]
"unitsFromZero": [510]
},
"reminders": {
"unit": "hour",
"amount": 0,
"repeat": 0
"unit": "day",
"amount": 7,
"repeat": 3
},
"completionWindow": {
"unit": "day",
"amount": 3
},
"notification": {
"title": {
"en": "Questionnaire time"
"en": "Reminder"
},
"text": {
"en": "Please finish them within 3 days."
"en": "Please open the Oura app now to sync the data."
}
}
}
Expand Down

0 comments on commit 78ffe44

Please sign in to comment.