Skip to content

Commit

Permalink
Creating or updating file from form in issue #138
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 22, 2025
1 parent e30a453 commit 2c9273b
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions configs/walk study.nrel-op.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"url_abbreviation": "walk study",
"version": 1,
"ts": 1737523862592,
"server": {
"connectUrl": "https://walk study-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": "2025",
"mode_studied": "",
"program_admin_contact": "Sirisha Kothuri, PSU ([email protected])",
"deployment_partner_name": "PSU",
"translated_text": {
"en": {
"deployment_partner_name": "PSU",
"deployment_name": "Walk Study",
"summary_line_1": "Study to collect walk trips",
"summary_line_2": "",
"summary_line_3": "",
"short_textual_description": "Study to collect walk trips",
"why_we_collect": "Collect walk trips to understand crossing behavior",
"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]",
"[email protected]"
]
}
}

0 comments on commit 2c9273b

Please sign in to comment.