Skip to content

Commit 76a90cf

Browse files
ocshawnShawn O'Connor
andauthored
(VPODC-52 VPODC-56): Workspace- 'no pay model' Home page- Need to enable all links (#28)
* VPODC-52: Workspace- 'no pay model' * VPODC-56: Home page- Need to enable all links --------- Co-authored-by: Shawn O'Connor <shawnoconnor@uchicago.edu>
1 parent 6f9a3d5 commit 76a90cf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.env.development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NEXT_PUBLIC_GEN3_COMMONS_NAME=gen3
2-
NEXT_PUBLIC_GEN3_API=https://localhost:3010
3-
NEXT_PUBLIC_DATACOMMONS="vpodc_data_commons"
2+
NEXT_PUBLIC_GEN3_API=https://qa-vpodc.planx-pla.net
3+
NEXT_PUBLIC_GEN3_DOMAIN=https://localhost:3010

config/gen3/landingPage.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"link": {
17-
"href": "/submission",
17+
"href": "/Submission",
1818
"linkType": "portal",
1919
"text": "Submit Data",
2020
"rightIcon": "gen3:upload"
@@ -42,28 +42,28 @@
4242
"icon": "MdOutlineSearch",
4343
"bodyText": "The VPO Data Commons defines the data in a general way. Please study the dictionary before you start browsing.",
4444
"btnText": "Define Data Field",
45-
"href": "/DD",
45+
"href": "/DataDictionary",
4646
"linkType": "portal"
4747
},
4848
{
4949
"icon": "MdOutlineSearch",
5050
"bodyText": "View or submit data to a project.",
5151
"btnText": "View/Submit Data",
52-
"href": "/submission",
52+
"href": "/Submission",
5353
"linkType": "portal"
5454
},
5555
{
5656
"icon": "MdOutlineSearch",
5757
"bodyText": "Use our selected tool to filter out the data you need.",
5858
"btnText": "Access Data",
59-
"href": "/query",
59+
"href": "/Query",
6060
"linkType": "portal"
6161
},
6262
{
6363
"icon": "MdOutlineSearch",
6464
"bodyText": "Analyze your selected cases using Jupyter Notebooks in our secure cloud environment",
6565
"btnText": "Analyze Data",
66-
"href": "/workspace",
66+
"href": "/Workspace",
6767
"linkType": "portal"
6868
}
6969
]

config/gen3/workspace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
2+
"requirePayModel": false
33
}

0 commit comments

Comments
 (0)