Skip to content

Commit 9e62582

Browse files
committed
Add the survey info to at least a couple of the programs
That are going to launch soon
1 parent ac1988d commit 9e62582

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

configs/caeb-co.nrel-op.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,49 @@
3535
}
3636
}
3737
},
38+
"survey_info": {
39+
"surveys": {
40+
"UserProfileSurvey": {
41+
"formPath": "json/demo-survey-v2.json",
42+
"version": 1,
43+
"compatibleWith": 1,
44+
"dataKey": "manual/demographic_survey",
45+
"labelTemplate": {
46+
"en": "Answered",
47+
"es": "Contestada"
48+
}
49+
}
50+
},
51+
"trip-labels": "MULTILABEL"
52+
},
3853
"display_config": {
3954
"use_imperial": true
4055
},
4156
"metrics": {
42-
"include_test_users": true
57+
"include_test_users": false
4358
},
4459
"profile_controls": {
4560
"support_upload": false,
4661
"trip_end_notification": false
62+
},
63+
"admin_dashboard": {
64+
"overview_users": true,
65+
"overview_active_users": true,
66+
"overview_trips": true,
67+
"overview_signup_trends": true,
68+
"overview_trips_trend": true,
69+
"data_uuids": true,
70+
"data_trips": true,
71+
"data_trips_columns_exclude": [],
72+
"additional_trip_columns": [],
73+
"data_uuids_columns_exclude": [],
74+
"token_generate": true,
75+
"token_prefix": "nrelop",
76+
"map_heatmap": true,
77+
"map_bubble": true,
78+
"map_trip_lines": true,
79+
"push_send": true,
80+
"options_uuids": true,
81+
"options_emails": true
4782
}
4883
}

configs/denver-casr.nrel-op.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@
3636
}
3737
}
3838
},
39+
"survey_info": {
40+
"surveys": {
41+
"UserProfileSurvey": {
42+
"formPath": "json/demo-survey-v2.json",
43+
"version": 1,
44+
"compatibleWith": 1,
45+
"dataKey": "manual/demographic_survey",
46+
"labelTemplate": {
47+
"en": "Answered",
48+
"es": "Contestada"
49+
}
50+
}
51+
},
52+
"trip-labels": "MULTILABEL"
53+
},
3954
"display_config": {
4055
"use_imperial": true
4156
},
@@ -45,5 +60,25 @@
4560
"profile_controls": {
4661
"support_upload": false,
4762
"trip_end_notification": false
63+
},
64+
"admin_dashboard": {
65+
"overview_users": true,
66+
"overview_active_users": true,
67+
"overview_trips": true,
68+
"overview_signup_trends": true,
69+
"overview_trips_trend": true,
70+
"data_uuids": true,
71+
"data_trips": true,
72+
"data_trips_columns_exclude": [],
73+
"additional_trip_columns": [],
74+
"data_uuids_columns_exclude": [],
75+
"token_generate": true,
76+
"token_prefix": "nrelop",
77+
"map_heatmap": true,
78+
"map_bubble": true,
79+
"map_trip_lines": true,
80+
"push_send": true,
81+
"options_uuids": true,
82+
"options_emails": true
4883
}
4984
}

0 commit comments

Comments
 (0)