Skip to content

Commit

Permalink
feat: add roadmap component
Browse files Browse the repository at this point in the history
  • Loading branch information
silvester-pari committed Oct 24, 2024
1 parent 277d8d1 commit dc8aaf3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@eox/pages-theme-esa": "^0.2.4",
"@eox/pages-theme-esa": "^0.2.5",
"vitepress": "^1.1.4"
},
"dependencies": {
"@eox/esa-ui": "^1.6.4"
"@eox/esa-ui": "^1.6.5-dev.1"
}
}
39 changes: 39 additions & 0 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,45 @@ It also serves as a platform for Open Science capacity building, scientific comm
and international cooperation.
</esa-main-section>

## Roadmap (WIP) - Missing content!

<esa-roadmap>
<esa-roadmap-step
step="01"
status="Achieved"
title="User-Centric Product Development for Scientists"
objective="Ensure the product meets the needs and expectations of EO scientists of ESA Science Clusters and Science Hub."
outcome="Ensure the product meets the needs and expectations of EO scientists of ESA Science Clusters and Science Hub."
></esa-roadmap-step>
<esa-roadmap-step
step="02"
status="In Progress"
color="#0091C6"
title="Ensure Scalability and Flexibility"
objective="Ensure the product meets the needs and expectations of EO scientists of ESA Science Clusters and Science Hub."
outcome="Ensure the product meets the needs and expectations of EO scientists of ESA Science Clusters and Science Hub."
></esa-roadmap-step>
<esa-roadmap-step
step="03"
status="Coming Up"
color="#55869E"
title="Enhanced Functionality and Performance"
objective="Ensure the product meets the needs and expectations of EO scientists of ESA Science Clusters and Science Hub."
outcome="Ensure the product meets the needs and expectations of EO scientists of ESA Science Clusters and Science Hub."
></esa-roadmap-step>
<esa-roadmap-step
step="04"
status="Coming Up"
color="#55869E"
title="User-Centric Product Development for Scientists"
objective="Ensure the product meets the needs and expectations of EO scientists of ESA Science Clusters and Science Hub."
outcome="Ensure the product meets the needs and expectations of EO scientists of ESA Science Clusters and Science Hub."
></esa-roadmap-step>
</esa-roadmap>
<div class="highlight">

### Co-develop EarthCODE
Expand Down

0 comments on commit dc8aaf3

Please sign in to comment.