Skip to content

Commit

Permalink
Merge pull request #106 from JGreenlee/2d-metric-list
Browse files Browse the repository at this point in the history
dfc-fermata updates
  • Loading branch information
shankari authored May 31, 2024
2 parents 317d991 + 94ff828 commit 1249a10
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions configs/dfc-fermata.nrel-op.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"url_abbreviation": "dfc-fermata",
"version": 8,
"version": 9,
"ts": 1707714796485,
"server": {
"connectUrl": "https://dfc-fermata-openpath.nrel.gov/api/",
Expand Down Expand Up @@ -401,18 +401,29 @@
"metrics": {
"include_test_users": false,
"phone_dashboard_ui": {
"sections": ["footprint", "summary", "engagement", "surveys"],
"sections": ["summary", "surveys", "engagement"],
"metric_list": {
"count": [ "primary_ble_sensed_mode" ],
"distance": [ "primary_ble_sensed_mode" ],
"duration": [ "primary_ble_sensed_mode" ],
"response_count": [ "survey" ]
},
"footprint_options": {
"unlabeled_uncertainty": false
},
"summary_options": {
"metrics_list": ["distance", "count", "duration"]
"summary_metrics": ["distance", "count", "duration", "response_count"]
},
"engagement_options": {
"leaderboard_metric": ["distance", "e_car"]
}
}
},
"push_notifications": {
"title": { "en": "Survey Responses Requested" },
"message": { "en": "Please answer surveys for your recent trips" },
"recent_user_input_threshold": 7
},
"profile_controls": {
"support_upload": false,
"trip_end_notification": true
Expand Down

0 comments on commit 1249a10

Please sign in to comment.