Skip to content

Commit

Permalink
include "grouping fields" along with metric names in metric_list
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed May 21, 2024
1 parent caa91f4 commit 11c0172
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 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": 7,
"version": 8,
"ts": 1707714796485,
"server": {
"connectUrl": "https://dfc-fermata-openpath.nrel.gov/api/",
Expand Down Expand Up @@ -255,11 +255,17 @@
"include_test_users": true,
"phone_dashboard_ui": {
"sections": ["footprint", "summary", "engagement", "surveys"],
"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"]
Expand Down

0 comments on commit 11c0172

Please sign in to comment.