Skip to content

Commit

Permalink
Creating or updating file from form in issue #63
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2024
1 parent 0007204 commit 555fcca
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions configs/doee-electricbike-proj.nrel-op.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"url_abbreviation": "doee-electricbike-proj",
"version": 1,
"ts": 1707258417272,
"server": {
"connectURL": "https://doee-electricbike-proj-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": "2024",
"mode_studied": "e-bike",
"program_admin_contact": "For questions about the program, please contact Robera Tasissa ([email protected]) or Laura Pimentel ([email protected]).",
"deployment_partner_name": "Energy Administration at District of Columbia Department of Energy and Environment",
"translated_text": {
"en": {

This comment has been minimized.

Copy link
@sebastianbarry

sebastianbarry Feb 6, 2024

Contributor

@shankari @Abby-Wheelis While testing the issue form/github action for DOEE DC Ebike program, it looks like the github action filled in the values for the es translations into the en field, and did not create an additional filed for es

"deployment_partner_name": "Administración de Energía en el Departamento de Energía y Medio Ambiente del Distrito de Columbia",
"deployment_name": "Proyecto de biblioteca de bicicletas eléctricas",
"summary_line_1": "La EA en DOEE tiene como objetivo incentivar a los viajeros a adoptar modos de transporte no contaminantes y energéticamente eficientes y maximizar los beneficios de la calidad del aire.",
"summary_line_2": "Este programa piloto proporciona bicicletas eléctricas a participantes del programa de bajos ingresos en el suroeste de DC.",
"summary_line_3": "Si participa en el programa, esta aplicación puede ayudarle a registrar sus viajes y competir contra otros en beneficio de nuestro medio ambiente.",
"short_textual_description": "El piloto permitirá a los residentes del distrito probar varios tipos de bicicletas eléctricas sin costo y fomentará un cambio de modo que reduzca las emisiones, aumente la movilidad de los residentes de bajos ingresos y demuestre un concepto de biblioteca de bicicletas eléctricas aplicable a la vida cotidiana. Al final del piloto, los datos rastreados mediante la aplicación NREL Openpath se utilizarán para comprender el comportamiento de uso de bicicletas eléctricas, el cambio de modo y cualquier barrera para la adopción.",
"why_we_collect": "Los datos recopilados durante el programa se utilizarán para comprender: cómo se utilizan las bicicletas eléctricas, incluido cuándo y con qué frecuencia, la distancia recorrida y el tipo preferido de bicicletas eléctricas.",
"research_questions": [
"¿Comportamiento de viaje con bicicletas eléctricas?",
"¿Barreras para el uso y la adopción de bicicletas eléctricas en el suroeste de DC?",
""
]
}
}
},
"survey_info": {
"surveys": {
"UserProfileSurvey": {
"formPath": "json/demo-survey-v2.json",
"version": 1,
"compatibleWith": 1,
"dataKey": "manual/demographic_survey",
"labelTemplate": {
"en": "Answered",
"es": "Contestada"

This comment has been minimized.

Copy link
@sebastianbarry

sebastianbarry Feb 6, 2024

Contributor

@shankari @Abby-Wheelis Another thought I had - If we choose a different language than EN or ES, do we have logic that fills in that language's "Answered" translation into the default demographic survey option?

}
}
},
"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": [
"data.start_loc.coordinates",
"data.end_loc.coordinates"
],
"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]"
]
}
}

1 comment on commit 555fcca

@sebastianbarry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shankari @Abby-Wheelis besides those 2 things, the rest looks good to me! I compared it side-by-side to my manual version: https://github.com/e-mission/nrel-openpath-deploy-configs/pull/59/files

Please sign in to comment.