Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
FFDS-register-front
Commits
580f3dd3
Commit
580f3dd3
authored
Nov 05, 2020
by
cazenave
Browse files
change steps
parent
c24a4506
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/app.component.ts
View file @
580f3dd3
...
...
@@ -18,12 +18,6 @@ export class AppComponent {
link
:
''
,
pathMatch
:
'
full
'
},
{
title
:
'
Register
'
,
icon
:
'
file-text-outline
'
,
link
:
'
/repository
'
,
pathMatch
:
'
full
'
},
{
title
:
'
Login
'
,
icon
:
'
person-outline
'
,
...
...
@@ -74,11 +68,6 @@ export class AppComponent {
title
:
'
SmartHarvester settings
'
,
link
:
'
/settingsmartharvester
'
,
pathMatch
:
'
full
'
},
{
title
:
'
Elasticsearch settings
'
,
link
:
'
/elasticsearch
'
,
pathMatch
:
'
full
'
}
],
},
...
...
src/app/publishapi/publishapi.component.html
View file @
580f3dd3
...
...
@@ -5,38 +5,39 @@
<nb-card>
<nb-card-body>
<nb-stepper
orientation=
"horizontal"
disableStepNavigation
>
<nb-stepper
orientation=
"horizontal"
disableStepNavigation
>
<nb-step
[label]=
"labelOne"
>
<ng-template
#labelOne
>
First step
</ng-template>
<h4>
Map Schema
</h4>
<h4>
Describe API
</h4>
<p
class=
"lorem"
>
Map your metadata schema with FDP schema
Describe your repository api to access datasets
</p>
<button
class=
"prev-button"
nbButton
disabled
nbStepperNext
>
prev
</button>
<button
class=
"next-button"
nbButton
nbStepperNext
>
next
</button>
</nb-step>
<nb-step
[label]=
"labelTwo"
>
<ng-template
#labelTwo
>
Second step
</ng-template>
<h4>
Missing data
</h4>
<h4>
Use parameters
&
launch request
</h4>
<p
class=
"lorem"
>
Add missing informations
Use parameters
&
launch request
</p>
<button
class=
"prev-button"
nbButton
nbStepperPrevious
>
prev
</button>
<button
class=
"next-button"
nbButton
nbStepperNext
>
next
</button>
</nb-step>
<nb-step
label=
"Third step"
>
<h4>
Ontology match
</h4>
<nb-step
[label]=
"labelThree"
>
<ng-template
#labelThree
>
Third step
</ng-template>
<h4>
Map DCAT Schema
</h4>
<p
class=
"lorem"
>
Align with ontologies
Map your metadata schema with DCAT schema
</p>
<button
class=
"prev-button"
nbButton
nbStepperPrevious
>
prev
</button>
<button
class=
"next-button"
nbButton
nbStepperNext
>
next
</button>
</nb-step>
<nb-step
[label]=
"labelFour"
>
<ng-template
#labelFour
>
Fourth step
</ng-template>
<h4>
Done
</h4>
<h4>
Populate FDP
</h4>
<p
class=
"lorem"
>
Your API is FAIRFIED :-)
Populate FDP with datasets metadata
</p>
<button
class=
"prev-button"
nbButton
nbStepperPrevious
>
prev
</button>
<button
class=
"next-button"
nbButton
disabled
nbStepperNext
>
next
</button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment