Skip to content

Commit 7d91a7b

Browse files
committed
update source google sheet URL and regenerate data
1 parent e6742cd commit 7d91a7b

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

scripts/storage-finder-data-generator/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const STORAGE_FINDER_ENV_URL_KEY = "STORAGE_FINDER_SHEET_URL";
22

33
export const DEFAULT_STORAGE_FINDER_SHEET_URL =
4-
"https://docs.google.com/spreadsheets/d/12vxBpVUpWTrPmZ-3e30IbyyoAG9qQ6ULpMq5O8okPtA/export?format=csv&gid=1073279644";
4+
"https://docs.google.com/spreadsheets/d/1-e_Xf8731aODXmn83IZfo-fXNWutd-NaUqKmM88QIk0/export?format=csv&gid=1073279644";
55

66
export const OUTPUT_DIRECTORY = "src/data/storage-finder/generated";
77

src/data/storage-finder/service-list.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,7 @@
549549
"id": "nyu-box",
550550
"title": "NYU Box",
551551
"facet_matches": [
552-
"risk-classification.public-low",
553-
"risk-classification.sensitive-moderate",
554-
"risk-classification.confidential-high",
552+
"risk-classification.hipaa",
555553
"affiliation.faculty",
556554
"affiliation.staff",
557555
"access-needs.individual",
@@ -588,7 +586,7 @@
588586
"weight": 2
589587
},
590588
"field_storable_files": {
591-
"value": "<p>High</p>",
589+
"value": "<p>HIPAA</p>",
592590
"label": "Storable Files",
593591
"weight": 3
594592
},
@@ -1258,9 +1256,7 @@
12581256
"id": "secure-research-data-environment",
12591257
"title": "Secure Research Data Environment",
12601258
"facet_matches": [
1261-
"risk-classification.public-low",
1262-
"risk-classification.sensitive-moderate",
1263-
"risk-classification.confidential-high",
1259+
"risk-classification.hipaa",
12641260
"affiliation.faculty",
12651261
"affiliation.staff",
12661262
"affiliation.student",
@@ -1291,7 +1287,7 @@
12911287
"weight": 2
12921288
},
12931289
"field_storable_files": {
1294-
"value": "<p>High</p>",
1290+
"value": "<p>HIPAA</p>",
12951291
"label": "Storable Files",
12961292
"weight": 3
12971293
},

0 commit comments

Comments
 (0)