From ea1a11d01c6e7b9a0e7d06b3a68f4c4b8e6e81e0 Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Tue, 6 Jun 2017 16:14:47 -0700 Subject: [PATCH] Add settings dataset-level tag. (#549) --- wherehows-web/app/constants/dataset-classification.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wherehows-web/app/constants/dataset-classification.js b/wherehows-web/app/constants/dataset-classification.js index 30e718d3f6..1dbaecc8cb 100644 --- a/wherehows-web/app/constants/dataset-classification.js +++ b/wherehows-web/app/constants/dataset-classification.js @@ -7,6 +7,7 @@ const datasetClassifiers = { MESSAGING_DATA: 'Messaging Data (Metadata + Content)', THIRD_PARTY_INTEGRATIONS: 'Third Party Integrations In Use', ACTIVITY: 'Activity (Newsfeed Posts + Shares + Likes)', + SETTINGS: 'Settings (Mail Settings, All psettings values)', JOB_APPLICATION_FLOW_DATA: 'Job Application Flow Data (Job Application + AWLI + Resumes + Application Answers)', ENTERPRISE_PRODUCT_DATA: 'Enterprise Product Data', ACCOUNT_STATUS: 'Account Status',