Skip to content

Instantly share code, notes, and snippets.

@jfo
Created October 18, 2019 11:55
Show Gist options
  • Save jfo/824e439ff3550c9fd835ab3ff4c882c3 to your computer and use it in GitHub Desktop.
Save jfo/824e439ff3550c9fd835ab3ff4c882c3 to your computer and use it in GitHub Desktop.
commit cb1d8f6be35aa0eca9534a979aa1f1f09641f760
Author: Jakob Nielsen <anotherdatalab@gmail.com>
Date: Fri Oct 18 12:26:32 2019 +0200
Update diversity inclusion questions (#41)
* Update diversity inclusion questions
* release 5.5.1-rc.1 [ci skip]
* Fix
* release 5.5.1-rc.2 [ci skip]
diff --git a/package.json b/package.json
index 121f4a0..7b0e112 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@peakon/driver-definitions",
- "version": "5.5.0",
+ "version": "5.5.1-rc.2",
"description": "Definition for drivers, including translations, actions and subdrivers",
"main": "dist/index.js",
"scripts": {
diff --git a/src/categories/definitions.json b/src/categories/definitions.json
index bcfd8dd..fdd1622 100644
--- a/src/categories/definitions.json
+++ b/src/categories/definitions.json
@@ -1,17 +1,13 @@
{
"diversity_inclusion": {
+ "diversity_inclusion": {
+ "name": "Diversity & Inclusion",
+ "description": "This is the description of the Diversity & Inclusion category"
+ },
"inclusiveness": {
"name": "Inclusiveness",
- "description": "This is the description of the Inclusiveness category"
- },
- "fairness": {
- "name": "Fairness",
- "description": "This is the description of the Fairness category",
+ "description": "This is the description of the Inclusiveness category",
"subcategories": {
- "fair_opportunities": {
- "name": "Fair opportunities",
- "description": "This is the description of the Fair opportunities subcategory"
- },
"belonging": {
"name": "Belonging",
"description": "This is the description of the Belonging subcategory"
@@ -22,9 +18,9 @@
}
}
},
- "diversity_climate": {
- "name": "Diversity climate",
- "description": "This is the description of the Diversity climate category",
+ "diversity": {
+ "name": "Diversity",
+ "description": "This is the description of the Diversity category",
"subcategories": {
"diverse_recruitment": {
"name": "Diverse recruitment",
@@ -40,13 +36,17 @@
}
}
},
- "experienced_discrimination": {
- "name": "Experience of discrimination",
- "description": "This is the description of the Experience of discrimination category",
+ "tolerance": {
+ "name": "Tolerance",
+ "description": "This is the description of the Tolerance category",
"subcategories": {
- "discrimination": {
+ "response": {
"name": "Response",
"description": "This is the description of the Response subcategory"
+ },
+ "fair_opportunities": {
+ "name": "Fair Opportunities",
+ "description": "This is the description of the Fair Opportunities subcategory"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment