Skip to content

Commit

Permalink
Add wyoming config
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejschultz committed Jan 25, 2024
1 parent b410121 commit d8b482b
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions configs/wyoming.nrel-op.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"url_abbreviation": "wyoming",
"version": 1,
"ts": 1706200885470,
"server": {
"connectURL": "https://wyoming-openpath.nrel.gov/api/",
"aggregate_call_auth": "user_only"
},
"opcode": {
"autogen": true,
"subgroups": [
"test",
" default"
]
},
"intro": {
"program_or_study": "program",
"start_month": "01",
"start_year": "2023",
"mode_studied": "e-bike",
"program_admin_contact": "Abby Wheelis, West County Transportation Office ([email protected])",
"deployment_partner_name": "Wyoming",
"translated_text": {
"en": {
"deployment_partner_name": "Wyoming",
"deployment_name": "Ebike pilot project",
"summary_line_1": "testing ebikes",
"summary_line_2": "ebikes are cool",
"summary_line_3": "",
"short_textual_description": "We wish to check interest around bike riding, to potentially include bike lanes in our road widening projects",
"why_we_collect": "The data we gather will help us determine if people are using e-bikes and hotspots where we should add a bike lane.",
"research_questions": []
}
}
},
"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
},
"profile_controls": {
"support_upload": false,
"trip_end_notification": false
},
"admin_dashboard": {
"data_trips_columns_exclude": [],
"additional_trip_columns": [],
"data_uuids_columns_exclude": [],
"token_prefix": "nrelop",
"toekn_generate": "true",
"overview_users": true,
"overview_active_users": true,
"overview_trips": true,
"overview_signup_trends": true,
"overview_trips_trend": true,
"data_uuids": true,
"data_trips": true,
"map_heatmap": true,
"map_bubble": true,
"map_trip_lines": false,
"options_uuids": true,
"options_emails": true,
"admin_access": [
"[email protected]",
" [email protected]"
]
}
}

0 comments on commit d8b482b

Please sign in to comment.