Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
earth-in-flux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water Mission Area
VizLab
earth-in-flux
Commits
2e3899db
Commit
2e3899db
authored
9 months ago
by
Hayley Corson-Dosch
Browse files
Options
Downloads
Patches
Plain Diff
use vizRoute instead of pageRoute, add vizKey variable
parent
121c6a5e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Add subpages and project pages, and routing for each
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assets/content/ChartGrid.js
+18
-10
18 additions, 10 deletions
src/assets/content/ChartGrid.js
src/router/index.js
+1
-1
1 addition, 1 deletion
src/router/index.js
with
19 additions
and
11 deletions
src/assets/content/ChartGrid.js
+
18
−
10
View file @
2e3899db
export
default
{
chartGridItems
:
[
//we'll be replacing these img_src with paths to location on s3
//
page
Routes will direct to appropriate subpage
//
viz
Routes will direct to appropriate subpage
{
title
:
'
Viz 1
'
,
project
:
'
Findex
'
,
pageRoute
:
'
viz-1
'
,
vizKey
:
'
Viz1
'
,
vizRoute
:
'
viz-1
'
,
img_src
:
'
src/assets/images/sampleChart.PNG
'
,
alt
:
''
},
{
title
:
'
Viz 2
'
,
project
:
'
Findex
'
,
pageRoute
:
'
viz-2
'
,
vizKey
:
'
Viz2
'
,
vizRoute
:
'
viz-2
'
,
img_src
:
'
src/assets/images/sampleChart.PNG
'
,
alt
:
''
},
{
title
:
'
Viz 3
'
,
project
:
'
Findex
'
,
pageRoute
:
'
viz-3
'
,
vizKey
:
'
Viz3
'
,
vizRoute
:
'
viz-3
'
,
img_src
:
'
src/assets/images/sampleChart.PNG
'
,
alt
:
''
},
{
title
:
'
Viz 4
'
,
title
:
'
Glacier/Topography D3 Cross-Section Scan
'
,
project
:
'
Fire in Ice
'
,
pageRoute
:
'
viz-4
'
,
vizKey
:
'
GlacierScanViz
'
,
vizRoute
:
'
glacier-scan
'
,
img_src
:
'
src/assets/images/sampleChart.PNG
'
,
alt
:
''
},
{
title
:
'
Viz 5
'
,
project
:
'
Fish as Food
'
,
pageRoute
:
'
viz-5
'
,
vizKey
:
'
Viz5
'
,
vizRoute
:
'
viz-5
'
,
img_src
:
'
src/assets/images/sampleChart.PNG
'
,
alt
:
''
},
{
title
:
'
Viz 6
'
,
project
:
'
Beaufort Sea
'
,
pageRoute
:
'
viz-6
'
,
vizKey
:
'
Viz6
'
,
vizRoute
:
'
viz-6
'
,
img_src
:
'
src/assets/images/sampleChart.PNG
'
,
alt
:
''
},
{
title
:
'
Viz 7
'
,
project
:
'
Beaufort Sea
'
,
pageRoute
:
'
viz-7
'
,
vizKey
:
'
Viz7
'
,
vizRoute
:
'
viz-7
'
,
img_src
:
'
src/assets/images/sampleChart.PNG
'
,
alt
:
''
},
{
title
:
'
Viz 8
'
,
project
:
'
Beaufort Sea
'
,
pageRoute
:
'
viz-8
'
,
vizKey
:
'
Viz8
'
,
vizRoute
:
'
viz-8
'
,
img_src
:
'
src/assets/images/sampleChart.PNG
'
,
alt
:
''
},
...
...
This diff is collapsed.
Click to expand it.
src/router/index.js
+
1
−
1
View file @
2e3899db
...
...
@@ -25,7 +25,7 @@ const router = createRouter({
component
:
VisualizationView
},
{
path
:
'
/:projectRoute/:
page
Route
'
,
path
:
'
/:projectRoute/:
viz
Route
'
,
name
:
'
SubPage
'
,
component
:
SubPage
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment