File tree Expand file tree Collapse file tree
scripts/storage-finder-data-generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,10 +107,23 @@ export const FACET_CONFIGS: FacetConfig[] = [
107107 } ,
108108 ] ,
109109 matchers : [
110- { pattern : / \b h i p a a \b / i, choices : [ "risk-classification.hipaa" ] } ,
110+ {
111+ pattern : / \b h i p a a \b / i,
112+ choices : [
113+ "risk-classification.public-low" ,
114+ "risk-classification.sensitive-moderate" ,
115+ "risk-classification.confidential-high" ,
116+ "risk-classification.hipaa" ,
117+ ] ,
118+ } ,
111119 {
112120 pattern : / \b ( c o n f i d e n t i a l | r e s t r i c t e d ) \b / i,
113- choices : [ "risk-classification.confidential-high" ] ,
121+ choices : [
122+ "risk-classification.public-low" ,
123+ "risk-classification.sensitive-moderate" ,
124+ "risk-classification.confidential-high" ,
125+ "risk-classification.hipaa" ,
126+ ] ,
114127 } ,
115128 {
116129 pattern : / \b h i g h \b / i,
@@ -132,7 +145,7 @@ export const FACET_CONFIGS: FacetConfig[] = [
132145 choices : [ "risk-classification.public-low" ] ,
133146 } ,
134147 ] ,
135- fallback : "all " ,
148+ fallback : "risk-classficiation.public-low " ,
136149 } ,
137150 {
138151 id : "affiliation" ,
Original file line number Diff line number Diff line change 11export const STORAGE_FINDER_ENV_URL_KEY = "STORAGE_FINDER_SHEET_URL" ;
22
33export const DEFAULT_STORAGE_FINDER_SHEET_URL =
4- "https://docs.google.com/spreadsheets/d/1-e_Xf8731aODXmn83IZfo-fXNWutd-NaUqKmM88QIk0/export?format =csv&gid=1073279644 " ;
4+ "https://docs.google.com/spreadsheets/d/e/2PACX-1vTvKhhF-UrUSGO8rSVlAO499Hi3Uhb46DZaLbZdCnglIMgJfS8g9o_qUSLVDd7-E-1PtgBKMu2Ls2kx/pub?output =csv" ;
55
66export const OUTPUT_DIRECTORY = "src/data/storage-finder/generated" ;
77
Original file line number Diff line number Diff line change 505505 "id" : " nyu-box" ,
506506 "title" : " NYU Box" ,
507507 "facet_matches" : [
508+ " risk-classification.public-low" ,
509+ " risk-classification.sensitive-moderate" ,
510+ " risk-classification.confidential-high" ,
508511 " risk-classification.hipaa" ,
509512 " affiliation.faculty" ,
510513 " affiliation.staff" ,
11681171 "id" : " secure-research-data-environment" ,
11691172 "title" : " Secure Research Data Environment" ,
11701173 "facet_matches" : [
1174+ " risk-classification.public-low" ,
1175+ " risk-classification.sensitive-moderate" ,
1176+ " risk-classification.confidential-high" ,
11711177 " risk-classification.hipaa" ,
11721178 " affiliation.faculty" ,
11731179 " affiliation.staff" ,
Original file line number Diff line number Diff line change 1+ % Total % Received % Xferd Average Speed Time Time Time Current
2+ Dload Upload Total Spent Left Speed
3+ 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 431 0 431 0 0 2089 0 --:--:-- --:--:-- --:--:-- 2092
4+ <HTML>
5+ <HEAD>
6+ <TITLE>Temporary Redirect</TITLE>
7+ </HEAD>
8+ <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
9+ <!-- GSE Default Error -->
10+ <H1>Temporary Redirect</H1>
11+ The document has moved <A HREF="https://doc-0g-60-sheets.googleusercontent.com/export/54bogvaave6cua4cdnls17ksc4/ovubp7312oj8rnu6ogajqfmjuk/1773073815000/105250506097979753968/*/1-e_Xf8731aODXmn83IZfo-fXNWutd-NaUqKmM88QIk0?format=csv&gid=1073279644">here</A>.
12+ </BODY>
13+ </HTML>
You can’t perform that action at this time.
0 commit comments