From 8e2a53c9f964cb13256a43f32968179eee6824b2 Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Fri, 8 Nov 2024 20:17:40 -0800 Subject: [PATCH] Turn off test users for UNC e-bike MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @mattwigway FYI, I just turned off test users from the dashboard since it looks like your study has started. This means that your test data will no longer count towards the public dashboard metrics, and will not appear on the admin dashboard by default. On the admin dashboard, you can still see the test users if you change the filters. Feel free to change it back if you don't like this, but I'm just curious about the results... 😄 --- configs/unc-ebike.nrel-op.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/unc-ebike.nrel-op.json b/configs/unc-ebike.nrel-op.json index f749857..c7ae874 100644 --- a/configs/unc-ebike.nrel-op.json +++ b/configs/unc-ebike.nrel-op.json @@ -70,7 +70,7 @@ "use_imperial": true }, "metrics": { - "include_test_users": true + "include_test_users": false }, "profile_controls": { "support_upload": false,