Skip to content

Commit

Permalink
Merge pull request #8408 from uc-cdis/feat/va-testing
Browse files Browse the repository at this point in the history
feat(va-testing.data-commons.org): add resource browser with DD
  • Loading branch information
m0nhawk authored Feb 19, 2025
2 parents 02f9279 + 5921f56 commit 3acd36d
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions va-testing.data-commons.org/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
},
"navigation": {
"items": [
{
"icon": "query",
"link": "/resource-browser",
"color": "#a2a2a2",
"name": "Resources"
},
{
"icon": "workspace",
"link": "/workspace",
Expand Down Expand Up @@ -94,6 +100,20 @@
}
]
},
"resourceBrowser": {
"title": "Resources",
"description": "Some description",
"public": false,
"resources": [
{
"title": "MVP Data Dictionary",
"category": "",
"description": "Data Dictionary for the MVP data. Includes list of all the concepts, information and basic statistics. Basic statistics includes concept values distribution.",
"link": "/dashboard/Secure/dd/VADataCommonsDictionary20240213.html",
"imageUrl": "/src/img/analysis-icons/default-app.png"
}
]
},
"featureFlags": {
"explorer": false,
"analysis": true,
Expand Down Expand Up @@ -142,21 +162,21 @@
"enabled": true,
"noAccessMessage": "You are not authorized to access this system. If you have any questions, please contact [email protected]"
},
"componentToResourceMapping": {
"componentToResourceMapping": {
"Workspace": {
"resource": "/workspace",
"resource": "/workspace",
"method": "access",
"service": "jupyterhub"
},
"Apps": {
"resource": "/dashboard",
"resource": "/dashboard",
"method": "access",
"service": "dashboard"
},
"Profile": {
"resource": "/dashboard",
"resource": "/dashboard",
"method": "access",
"service": "dashboard"
}
}
}
}

0 comments on commit 3acd36d

Please sign in to comment.