-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8408 from uc-cdis/feat/va-testing
feat(va-testing.data-commons.org): add resource browser with DD
- Loading branch information
Showing
1 changed file
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,12 @@ | |
}, | ||
"navigation": { | ||
"items": [ | ||
{ | ||
"icon": "query", | ||
"link": "/resource-browser", | ||
"color": "#a2a2a2", | ||
"name": "Resources" | ||
}, | ||
{ | ||
"icon": "workspace", | ||
"link": "/workspace", | ||
|
@@ -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, | ||
|
@@ -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" | ||
} | ||
} | ||
} | ||
} |