Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
monero-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
monero-project
monero-site
Commits
8993ea82
Commit
8993ea82
authored
5 years ago
by
luigi1111
Browse files
Options
Downloads
Plain Diff
Merge !1231
roadmap: change structure See merge request
monero-project/monero-site!1231
parents
91d6e6a4
ae816cf6
Branches
Branches containing commit
No related tags found
1 merge request
!1231
roadmap: change structure
Pipeline
#412
passed
5 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_data/lang/en/roadmap.yml
+2
-0
2 additions, 0 deletions
_data/lang/en/roadmap.yml
resources/roadmap/index.md
+40
-14
40 additions, 14 deletions
resources/roadmap/index.md
with
42 additions
and
14 deletions
_data/lang/en/roadmap.yml
+
2
−
0
View file @
8993ea82
...
...
@@ -255,6 +255,8 @@
-
name
:
Second-layer solutions for speed and scalability
date
:
status
:
upcoming
-
year
:
future
accomplishments
:
-
name
:
Return addresses
date
:
status
:
upcoming
This diff is collapsed.
Click to expand it.
resources/roadmap/index.md
+
40
−
14
View file @
8993ea82
...
...
@@ -24,8 +24,9 @@ permalink: /resources/roadmap/index.html
<div
class=
"tabPanel-widget"
>
<label
for=
"tab-1"
tabindex=
"0"
></label>
<input
id=
"tab-1"
type=
"radio"
name=
"tabs"
aria-hidden=
"true"
>
<h2>
2014
</h2>
<div
class=
"tabPanel-content"
>
<h2>
2014-2015
</h2>
<div
class=
"tabPanel-content"
>
<h2>
2014
</h2>
{% for toplevel in site.data.lang[site.lang].roadmap %}
{% if toplevel.year == 2014 %}
{% for roadlist in toplevel.accomplishments %}
...
...
@@ -40,13 +41,29 @@ permalink: /resources/roadmap/index.html
{%endfor%}
{%endif%}
{%endfor%}
<h2>
2015
</h2>
{% for toplevel in site.data.lang[site.lang].roadmap %}
{% if toplevel.year == 2015 %}
{% for roadlist in toplevel.accomplishments %}
<div
class=
"row start-xs middle-xs"
>
<div
class=
"col-xs-1"
>
<span
class=
"{{roadlist.status}}"
></span>
</div>
<div
class=
"col-xs-11"
>
<p>
{{roadlist.date}}: {{roadlist.name}}
</p>
</div>
</div>
{%endfor%}
{%endif%}
{%endfor%}
</div>
<label
for=
"tab-2"
tabindex=
"0"
></label>
<input
id=
"tab-2"
type=
"radio"
name=
"tabs"
aria-hidden=
"true"
>
<h2>
201
5
</h2>
<h2>
201
6
</h2>
<div
class=
"tabPanel-content"
>
<h2>
2016
</h2>
{% for toplevel in site.data.lang[site.lang].roadmap %}
{% if toplevel.year == 201
5
%}
{% if toplevel.year == 201
6
%}
{% for roadlist in toplevel.accomplishments %}
<div
class=
"row start-xs middle-xs"
>
<div
class=
"col-xs-1"
>
...
...
@@ -62,17 +79,22 @@ permalink: /resources/roadmap/index.html
</div>
<label
for=
"tab-3"
tabindex=
"0"
></label>
<input
id=
"tab-3"
type=
"radio"
name=
"tabs"
aria-hidden=
"true"
>
<h2>
201
6
</h2>
<h2>
201
7
</h2>
<div
class=
"tabPanel-content"
>
<h2>
2017
</h2>
{% for toplevel in site.data.lang[site.lang].roadmap %}
{% if toplevel.year == 201
6
%}
{% if toplevel.year == 201
7
%}
{% for roadlist in toplevel.accomplishments %}
<div
class=
"row start-xs middle-xs"
>
<div
class=
"col-xs-1"
>
<span
class=
"{{roadlist.status}}"
></span>
</div>
<div
class=
"col-xs-11"
>
<p>
{{roadlist.date}}: {{roadlist.name}}
</p>
{% if roadlist.date %}
<p>
{{roadlist.date}}: {{roadlist.name}}
</p>
{%else%}
<p>
{{roadlist.name}}
</p>
{%endif%}
</div>
</div>
{%endfor%}
...
...
@@ -81,10 +103,11 @@ permalink: /resources/roadmap/index.html
</div>
<label
for=
"tab-4"
tabindex=
"0"
></label>
<input
id=
"tab-4"
type=
"radio"
name=
"tabs"
aria-hidden=
"true"
>
<h2>
201
7
</h2>
<h2>
201
8
</h2>
<div
class=
"tabPanel-content"
>
<h2>
2018
</h2>
{% for toplevel in site.data.lang[site.lang].roadmap %}
{% if toplevel.year == 201
7
%}
{% if toplevel.year == 201
8
%}
{% for roadlist in toplevel.accomplishments %}
<div
class=
"row start-xs middle-xs"
>
<div
class=
"col-xs-1"
>
...
...
@@ -104,10 +127,11 @@ permalink: /resources/roadmap/index.html
</div>
<label
for=
"tab-5"
tabindex=
"0"
></label>
<input
id=
"tab-5"
type=
"radio"
name=
"tabs"
aria-hidden=
"true"
>
<h2>
201
8
</h2>
<h2>
201
9
</h2>
<div
class=
"tabPanel-content"
>
<h2>
2019
</h2>
{% for toplevel in site.data.lang[site.lang].roadmap %}
{% if toplevel.year == 201
8
%}
{% if toplevel.year == 201
9
%}
{% for roadlist in toplevel.accomplishments %}
<div
class=
"row start-xs middle-xs"
>
<div
class=
"col-xs-1"
>
...
...
@@ -127,10 +151,11 @@ permalink: /resources/roadmap/index.html
</div>
<label
for=
"tab-6"
tabindex=
"0"
></label>
<input
id=
"tab-6"
type=
"radio"
name=
"tabs"
aria-hidden=
"true"
checked
>
<h2>
20
19
</h2>
<h2>
20
20
</h2>
<div
class=
"tabPanel-content"
>
<h2>
2020
</h2>
{% for toplevel in site.data.lang[site.lang].roadmap %}
{% if toplevel.year == 20
19
%}
{% if toplevel.year == 20
20
%}
{% for roadlist in toplevel.accomplishments %}
<div
class=
"row start-xs middle-xs"
>
<div
class=
"col-xs-1"
>
...
...
@@ -152,8 +177,9 @@ permalink: /resources/roadmap/index.html
<input
id=
"tab-7"
type=
"radio"
name=
"tabs"
aria-hidden=
"true"
>
<h2>
{% t roadmap.future %}
</h2>
<div
class=
"tabPanel-content"
>
<h2>
{% t roadmap.future %}
</h2>
{% for toplevel in site.data.lang[site.lang].roadmap %}
{% if toplevel.year ==
2020
%}
{% if toplevel.year ==
"future"
%}
{% for roadlist in toplevel.accomplishments %}
<div
class=
"row start-xs middle-xs"
>
<div
class=
"col-xs-1"
>
...
...
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