From 35f6a9cc194fa51daac4e8346b20d3fea33d063a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 11 Dec 2024 23:52:46 +0000 Subject: [PATCH 1/2] Creating or updating file from form in issue #135 --- configs/la_mwphaseii.nrel-op.json | 90 +++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 configs/la_mwphaseii.nrel-op.json diff --git a/configs/la_mwphaseii.nrel-op.json b/configs/la_mwphaseii.nrel-op.json new file mode 100644 index 0000000..ea4078b --- /dev/null +++ b/configs/la_mwphaseii.nrel-op.json @@ -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, mbrozen@ucla.edu", + "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": [ + "mbrozen@g.ucla.edu", + "eblumenb@ucla.edu", + "tamikabutler@g.ucla.edu", + "mwander@g.ucla.edu" + ] + } +} \ No newline at end of file From 88c72d368e3f504e1c5d5b81f7884094b3cbc7df Mon Sep 17 00:00:00 2001 From: Jack Greenlee Date: Thu, 30 Jan 2025 11:29:35 -0500 Subject: [PATCH 2/2] update la-mw-ii: rename, update emails, fix token_generate --- ...wphaseii.nrel-op.json => la-mw-ii.nrel-op.json} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename configs/{la_mwphaseii.nrel-op.json => la-mw-ii.nrel-op.json} (92%) diff --git a/configs/la_mwphaseii.nrel-op.json b/configs/la-mw-ii.nrel-op.json similarity index 92% rename from configs/la_mwphaseii.nrel-op.json rename to configs/la-mw-ii.nrel-op.json index ea4078b..895c298 100644 --- a/configs/la_mwphaseii.nrel-op.json +++ b/configs/la-mw-ii.nrel-op.json @@ -1,9 +1,9 @@ { - "url_abbreviation": "la_mwphaseii", + "url_abbreviation": "la-mw-ii", "version": 1, "ts": 1733961166568, "server": { - "connectUrl": "https://la_mwphaseii-openpath.nrel.gov/api/", + "connectUrl": "https://la-mw-ii-openpath.nrel.gov/api/", "aggregate_call_auth": "user_only" }, "opcode": { @@ -67,7 +67,7 @@ "additional_trip_columns": [], "data_uuids_columns_exclude": [], "token_prefix": "nrelop", - "toekn_generate": "true", + "token_generate": false, "overview_users": true, "overview_active_users": true, "overview_trips": true, @@ -81,10 +81,10 @@ "options_uuids": true, "options_emails": true, "admin_access": [ - "mbrozen@g.ucla.edu", + "mbrozen@ucla.edu", "eblumenb@ucla.edu", - "tamikabutler@g.ucla.edu", - "mwander@g.ucla.edu" + "tamikabutler@ucla.edu", + "mwander@ucla.edu" ] } -} \ No newline at end of file +}