Skip to content

Commit 8bfc75d

Browse files
authored
uw-ebike: custom onboarding survey and disable reminders (#153)
* upload uw-onboarding survey * uw-ebike: custom onboarding survey and disable reminders
1 parent 4e59ac8 commit 8bfc75d

File tree

3 files changed

+520
-2
lines changed

3 files changed

+520
-2
lines changed

configs/uw-ebike.nrel-op.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"url_abbreviation": "uw-ebike",
3-
"version": 1,
3+
"version": 2,
44
"ts": 1741377085,
55
"server": {
66
"connectUrl": "https://uw-ebike-openpath.nrel.gov/api/",
@@ -51,7 +51,7 @@
5151
"survey_info": {
5252
"surveys": {
5353
"UserProfileSurvey": {
54-
"formPath": "json/demo-survey-v2.json",
54+
"formPath": "https://raw.githubusercontent.com/e-mission/nrel-openpath-deploy-configs/main/survey_resources/uw-ebike/uw-ebike-onboarding-v0.xml",
5555
"version": 1,
5656
"compatibleWith": 1,
5757
"dataKey": "manual/demographic_survey",
@@ -96,5 +96,10 @@
9696
"dwhm@uw.edu",
9797
"djmalark@uw.edu"
9898
]
99+
},
100+
"reminderSchemes": {
101+
"passive": {
102+
"schedule": []
103+
}
99104
}
100105
}
8.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)