Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Config #135] create new file #136

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions configs/la-mw-ii.nrel-op.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"url_abbreviation": "la-mw-ii",
"version": 1,
"ts": 1733961166568,
"server": {
"connectUrl": "https://la-mw-ii-openpath.nrel.gov/api/",
"aggregate_call_auth": "user_only"
},
"opcode": {
"autogen": true,
"subgroups": [
"default",
"test"
]
},
"intro": {
"program_or_study": "study",
"start_month": "01",
"start_year": "2024",
"mode_studied": "",
"program_admin_contact": "Madeline Brozen, [email protected]",
"deployment_partner_name": "UCLA Lewis Center",
"translated_text": {
"en": {
"deployment_partner_name": "UCLA Lewis Center",
"deployment_name": "LA Mobility Wallet Phase II evaluation",
"summary_line_1": "We are collecting travel data for mobility wallet recipients",
"summary_line_2": "in order to understand how the program affects how much people",
"summary_line_3": "travel and by which modes.",
"short_textual_description": "We are collecting travel data to understand how financial support for transportation affects travel patterns.",
"why_we_collect": "We are seeking to determine any bias in travel behavior reported in user surveys and more accurately capture people's overall travel patterns.",
"research_questions": [
"How does financial support for transportation affect participants travel behavior and short-term outcomes?",
"What is the relationship between ridehailing and transit use among participants?",
""
]
}
}
},
"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",
"token_generate": false,
"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]",
"[email protected]",
"[email protected]"
]
}
}