Skip to content

Commit

Permalink
incorporate Nasim's testing feedback on organization and new facets f…
Browse files Browse the repository at this point in the history
…or SMMART
  • Loading branch information
quinnwai committed Dec 12, 2024
1 parent 5fcb3d2 commit 3089bb3
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions packages/sampleCommons/config/cbds/explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,17 @@
{
"tabTitle": "Specimen",
"charts": {
"processing": {
"tissue_type": {
"chartType": "fullPie",
"title": "Processing Method"
"title": "Tissue Type"
},
"allocated_for_site": {
"chartType": "fullPie",
"title": "Site"
},
"histology": {
"chartType": "fullPie",
"title": "Histology"
}
},
"filters": {
Expand Down Expand Up @@ -123,7 +131,6 @@
"treatments",
"sample_family_id",
"treatments",
"tissue_type",
"allocated_for_site",
"package_recipient",
"biopsy_event_tag",
Expand Down Expand Up @@ -182,8 +189,8 @@
"fields": [
"project_id",
"contentType",
"specimen_identifier",
"experimental_strategy",
"specimen_identifier",
"enrollment_diagnosis",
"allocated_for_site",
"level",
Expand Down Expand Up @@ -213,16 +220,16 @@
"title",
"contentType",
"size",
"experimental_strategy",
"enrollment_diagnosis",
"tissue_type",
"md5",
"date",
"source_path",
"specimen_identifier",
"platform",
"allocated_for_site",
"experimental_strategy",
"level",
"tissue_type",
"enrollment_diagnosis",
"molecule_type",
"data_category",
"project_id",
Expand Down

0 comments on commit 3089bb3

Please sign in to comment.