Skip to content

Commit

Permalink
Creating or updating file from form in issue #135
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 11, 2024
1 parent d9ea7b5 commit 35f6a9c
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions configs/la_mwphaseii.nrel-op.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"url_abbreviation": "la_mwphaseii",
"version": 1,
"ts": 1733961166568,
"server": {
"connectUrl": "https://la_mwphaseii-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",
"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]",
"[email protected]",
"[email protected]"
]
}
}

0 comments on commit 35f6a9c

Please sign in to comment.