Skip to content

Commit cf29dfc

Browse files
committed
update config
1 parent 6543338 commit cf29dfc

File tree

3 files changed

+1
-120
lines changed

3 files changed

+1
-120
lines changed

gen3-gitops/aws_values_25_02_28/etl.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ etl:
3838
- name: exposure_media
3939
parent_props:
4040
- path: resources[resource_short_name:short_name, resource_url, resource_description:description, domain, keywords, access_type, strengths, limitations, example_applications, tools_supporting_uses].projects[project_sponsor, project_sponsor_type]
41-
- name: chordstaging_geospatial_tool_resource
42-
doc_type: geospatial_tool_resource
43-
type: aggregator
44-
root: geospatial_tool_resource
45-
props:
46-
- name: project_id
47-
- name: submitter_id
48-
- name: tool_type
49-
- name: intended_use
50-
- name: operating_system
51-
- name: languages
52-
parent_props:
53-
- path: resources[resource_short_name:short_name, resource_description:description, domain, keywords, access_type, payment_required, strengths, limitations, example_applications, tools_supporting_uses].projects[project_sponsor, project_sponsor_type]
5441
- name: chordstaging_population_data_resource
5542
doc_type: population_data_resource
5643
type: aggregator

gen3-gitops/aws_values_25_02_28/portal.yaml

Lines changed: 0 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,6 @@ portal:
410410
"name": "Population Data Resource",
411411
"plural": "Population Data Resources"
412412
},
413-
{
414-
"graphql": "_geospatial_tool_resource_count",
415-
"name": "Geospatial Tool Resource",
416-
"plural": "Geospatial Tool Resources"
417-
},
418413
{
419414
"graphql": "_key_data_resource_count",
420415
"name": "Key Dataset",
@@ -432,11 +427,6 @@ portal:
432427
"name": "Population Data Resource",
433428
"plural": "Population Data Resources"
434429
},
435-
{
436-
"graphql": "_geospatial_tool_resource_count",
437-
"name": "Geospatial Tool Resource",
438-
"plural": "Geospatial Tool Resources"
439-
},
440430
{
441431
"graphql": "_key_data_resource_count",
442432
"name": "Key Dataset",
@@ -1207,102 +1197,6 @@ portal:
12071197
"accessibleValidationField": "project_id"
12081198
}
12091199
},
1210-
1211-
{
1212-
"tabTitle": "Geospatial Tool Resources",
1213-
"charts": {
1214-
"domain": {
1215-
"chartType": "count",
1216-
"title": "Domain"
1217-
}
1218-
},
1219-
"filters": {
1220-
"tabs": [
1221-
{
1222-
"title": "Search Facets",
1223-
"fields": [
1224-
"project_sponsor",
1225-
"project_sponsor_type",
1226-
"domain",
1227-
"keywords",
1228-
"tool_type",
1229-
"operating_system",
1230-
"languages"
1231-
]
1232-
}
1233-
]
1234-
},
1235-
"table": {
1236-
"enabled": true,
1237-
"fields": [
1238-
"project_sponsor",
1239-
"resource_short_name",
1240-
"resource_description",
1241-
"domain",
1242-
"keywords",
1243-
"access_type",
1244-
"tool_type",
1245-
"operating_system",
1246-
"languages"
1247-
],
1248-
"linkFields": [
1249-
"resource_url"
1250-
]
1251-
},
1252-
"dropdowns": {
1253-
"download-table": {
1254-
"title": "Download Dataset Table"
1255-
}
1256-
},
1257-
"buttons": [
1258-
{
1259-
"enabled": true,
1260-
"type": "data-json",
1261-
"title": "JSON",
1262-
"dropdownId": "download-table",
1263-
"leftIcon": "datafile",
1264-
"rightIcon": "download",
1265-
"fileName": "datasets_table.json"
1266-
},
1267-
{
1268-
"enabled": true,
1269-
"type": "data-tsv",
1270-
"title": "TSV",
1271-
"dropdownId": "download-table",
1272-
"leftIcon": "datafile",
1273-
"rightIcon": "download",
1274-
"fileName": "datasets_table.tsv"
1275-
},
1276-
{
1277-
"enabled": true,
1278-
"type": "data-csv",
1279-
"title": "CSV",
1280-
"dropdownId": "download-table",
1281-
"leftIcon": "datafile",
1282-
"rightIcon": "download",
1283-
"fileName": "datasets_table.csv"
1284-
}
1285-
],
1286-
"loginForDownload": true,
1287-
"guppyConfig": {
1288-
"dataType": "geospatial_tool_resource",
1289-
"nodeCountTitle": "Geospatial Tool Resources",
1290-
"fieldMapping": [
1291-
{
1292-
"field": "project_id",
1293-
"name": "Dataset ID"
1294-
},
1295-
{
1296-
"field": "submitter_id",
1297-
"name": "Dataset Name"
1298-
}
1299-
],
1300-
"accessibleFieldCheckList": [
1301-
"project_id"
1302-
],
1303-
"accessibleValidationField": "project_id"
1304-
}
1305-
},
13061200
{
13071201
"tabTitle": "Key Data Resources",
13081202
"charts": {

gen3-gitops/values/portal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ portal:
496496
"alt": "Center for Translational Data Science at the University of Chicago"
497497
},
498498
{
499-
"src": "custom/ospcortf_logo.jpg",
499+
"src": "custom/images/ospcortf_logo.jpg",
500500
"href": "https://aspe.hhs.gov/enhancing-patient-centered-outcomes-research-pcor-creating-national-small-area-social-determinants",
501501
"alt": "Patient-Centered Outcomes Research Trust Fund"
502502
}

0 commit comments

Comments
 (0)