Skip to content

Commit

Permalink
feat: move "ID number" column to 1st position (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Barnes <[email protected]>
  • Loading branch information
m0nhawk and craigrbarnes authored Jan 15, 2025
1 parent cf8c165 commit e93d93a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions config/gen3/discovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,17 @@
"title": "Tags by category"
},
"studyColumns": [
{
"name": "ID Number",
"field": "gen3MDSGUID",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "",
"contentType": "string",
"cellRenderFunction": "truncated",
"params": {
"maxLength": 16
}
},
{
"name": "Cancer Type",
"field": "subject_cancer_type",
Expand Down Expand Up @@ -192,17 +203,6 @@
"valueIfNotAvailable": "",
"contentType": "string"
},
{
"name": "ID Number",
"field": "gen3MDSGUID",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "",
"contentType": "string",
"cellRenderFunction": "truncated",
"params": {
"maxLength": 16
}
},
{
"name": "Data Commons",
"field": "commons",
Expand Down Expand Up @@ -475,6 +475,14 @@
"title": "Tags by category"
},
"studyColumns": [
{
"name": "ID Number",
"field": "gen3MDSGUID",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a",
"contentType": "string",
"cellRenderFunction": "truncated"
},
{
"name": "Study/Project Name",
"field": "short_name",
Expand All @@ -497,14 +505,6 @@
"valueIfNotAvailable": "n/a",
"contentType": "number"
},
{
"name": "ID Number",
"field": "gen3MDSGUID",
"errorIfNotAvailable": false,
"valueIfNotAvailable": "n/a",
"contentType": "string",
"cellRenderFunction": "truncated"
},
{
"name": "Data Commons",
"field": "commons",
Expand Down

0 comments on commit e93d93a

Please sign in to comment.