Skip to content

Commit

Permalink
Add the survey info to at least a couple of the programs
Browse files Browse the repository at this point in the history
That are going to launch soon
  • Loading branch information
shankari committed Apr 6, 2023
1 parent ac1988d commit 9e62582
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
37 changes: 36 additions & 1 deletion configs/caeb-co.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,49 @@
}
}
},
"survey_info": {
"surveys": {
"UserProfileSurvey": {
"formPath": "json/demo-survey-v2.json",
"version": 1,
"compatibleWith": 1,
"dataKey": "manual/demographic_survey",
"labelTemplate": {
"en": "Answered",
"es": "Contestada"
}
}
},
"trip-labels": "MULTILABEL"
},
"display_config": {
"use_imperial": true
},
"metrics": {
"include_test_users": true
"include_test_users": false
},
"profile_controls": {
"support_upload": false,
"trip_end_notification": false
},
"admin_dashboard": {
"overview_users": true,
"overview_active_users": true,
"overview_trips": true,
"overview_signup_trends": true,
"overview_trips_trend": true,
"data_uuids": true,
"data_trips": true,
"data_trips_columns_exclude": [],
"additional_trip_columns": [],
"data_uuids_columns_exclude": [],
"token_generate": true,
"token_prefix": "nrelop",
"map_heatmap": true,
"map_bubble": true,
"map_trip_lines": true,
"push_send": true,
"options_uuids": true,
"options_emails": true
}
}
35 changes: 35 additions & 0 deletions configs/denver-casr.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@
}
}
},
"survey_info": {
"surveys": {
"UserProfileSurvey": {
"formPath": "json/demo-survey-v2.json",
"version": 1,
"compatibleWith": 1,
"dataKey": "manual/demographic_survey",
"labelTemplate": {
"en": "Answered",
"es": "Contestada"
}
}
},
"trip-labels": "MULTILABEL"
},
"display_config": {
"use_imperial": true
},
Expand All @@ -45,5 +60,25 @@
"profile_controls": {
"support_upload": false,
"trip_end_notification": false
},
"admin_dashboard": {
"overview_users": true,
"overview_active_users": true,
"overview_trips": true,
"overview_signup_trends": true,
"overview_trips_trend": true,
"data_uuids": true,
"data_trips": true,
"data_trips_columns_exclude": [],
"additional_trip_columns": [],
"data_uuids_columns_exclude": [],
"token_generate": true,
"token_prefix": "nrelop",
"map_heatmap": true,
"map_bubble": true,
"map_trip_lines": true,
"push_send": true,
"options_uuids": true,
"options_emails": true
}
}

0 comments on commit 9e62582

Please sign in to comment.