Skip to content

Commit d22e7a0

Browse files
authored
docs: πŸ“ update roadmap (#382)
# Description I noticed that the roadmap needed an update πŸ“ 🎨 This PR needs a quick review. ## Checklist - [X] Formatted Markdown - [X] Ran `just run-all`
1 parent 22b6bc8 commit d22e7a0

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

β€Žroadmap/index.qmdβ€Ž

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ support research software and data engineering.
5656
| Status | Software |
5757
|:--------------------------------------------:|:-------------------------|
5858
| {{< var status.done >}} | [`seedcase-sprout`](https://github.com/seedcase-project/seedcase-sprout): Grow structured, organised, and FAIR data. |
59-
| {{< var status.planned >}} | `check-datapackage`: Check the correctness of a `datapackage.json` file. |
60-
| {{< var status.planned >}} | `seedcase-flower`: Cataloging and browsing metadata within a data package. |
59+
| {{< var status.done >}} | [`check-datapackage`](https://github.com/seedcase-project/check-datapackage): Ensure the compliance of your Data Package metadata. |
60+
| {{< var status.wip >}} | `seedcase-flower`: Display your `datapackage.json` file in a human-friendly way. |
6161
| {{< var status.planned >}} | `seedcase-shears`: Processing raw data into a [Tidy](https://vita.had.co.nz/papers/tidy-data.pdf) [Polars DataFrame](https://pola.rs/). |
6262
| {{< var status.planned >}} | `seedcase-propagate`: Submitting requests for accessing specific data from a data package. |
6363
| {{< var status.planned >}} | `seedcase-garden`: Tend to and track projects using data from a data package. |
@@ -69,9 +69,9 @@ support research software and data engineering.
6969
| Status | Software-related product |
7070
|:--------------------------------------------:|:-------------------------|
7171
| {{< var status.done >}} | [`template-data-package`](https://github.com/seedcase-project/template-data-package): An opinionated template for Data Packages built with Seedcase packages. |
72-
| {{< var status.wip >}} | [`template-python-package`](https://github.com/seedcase-project/template-python-package): A template repository to use when making a Python package for Seedcase. |
73-
| {{< var status.wip >}} | [`template-website`](https://github.com/seedcase-project/template-website): An opinionated template for making Quarto-based websites. |
74-
| {{< var status.ongoing >}} | [`seedcase-theme`](https://github.com/seedcase-project/seedcase-theme): Template repository for website projects with a Seedcase-specific Quarto extension for aesthetics and infrastructural files. |
72+
| {{< var status.done >}} | [`template-python-package`](https://github.com/seedcase-project/template-python-package): A template repository to use when making a Python package for Seedcase. |
73+
| {{< var status.done >}} | [`template-website`](https://github.com/seedcase-project/template-website): An opinionated template for making Quarto-based websites. |
74+
| {{< var status.ongoing >}} | [`seedcase-theme`](https://github.com/seedcase-project/seedcase-theme): Quarto extension that contains shortcodes, embedded extensions, and style theming for Seedcase Project Quarto-based website repositories. |
7575
| {{< var status.ongoing >}} | [`spaid`](https://github.com/seedcase-project/spaid): A toolkit for developing Seedcase projects. |
7676

7777
: "Wishlist" of software-related products.
@@ -122,11 +122,12 @@ user manuals.
122122

123123
| Status | Guides or manuals |
124124
|:--------------------------------------------:|:-------------------------|
125-
| {{< var status.done >}} | [`sprout.seedcase-project.org`](https://sprout.seedcase-project.org/docs/guide) usage guide: Using and interacting with `seedcase-sprout`. |
126-
| {{< var status.done >}} | [`template-data-package.seedcase-project.org`](https://template-data-package.seedcase-project.org/docs/guide) usage guide: Using the template to make data packages. |
127-
| {{< var status.wip >}} | [`template-website.seedcase-project.org`](https://template-website.seedcase-project.org/docs/guide) usage guide: Using the template to make websites. |
128-
| {{< var status.wip >}} | [`template-python-package.seedcase-project.org`](https://template-python-package.seedcase-project.org/docs/guide) usage guide: Using the template to make Python packages. |
129-
| {{< var status.wip >}} | [`guidebook.seedcase-project.org`](https://guidebook.seedcase-project.org/): Guidebook to doing research software engineering in a team-setting. |
125+
| {{< var status.done >}} | [`seedcase-sprout`](https://sprout.seedcase-project.org/docs/guide) usage guide: Using and interacting with `seedcase-sprout`. |
126+
| {{< var status.done >}} | [`check-datapackage`](https://check-datapackage.seedcase-project.org/docs/guide) usage guide: Using and interacting with `seedcase-check-datapackage`. |
127+
| {{< var status.done >}} | [`template-data-package`](https://template-data-package.seedcase-project.org/docs/guide) usage guide: Using the template to make data packages. |
128+
| {{< var status.done >}} | [`template-website`](https://template-website.seedcase-project.org/docs/guide) usage guide: Using the template to make websites. |
129+
| {{< var status.done >}} | [`template-python-package`](https://template-python-package.seedcase-project.org/docs/guide) usage guide: Using the template to make Python packages. |
130+
| {{< var status.wip >}} | [`guidebook`](https://guidebook.seedcase-project.org/): Guidebook on collaborating as a team on projects kept on GitHub. |
130131
| {{< var status.planned >}} | Flower usage guide: Using and interacting with `seedcase-flower`. |
131132
| {{< var status.planned >}} | Propagate usage guide: Using and interacting with `seedcase-propagate`. |
132133
| {{< var status.planned >}} | Garden usage guide: Using and interacting with `seedcase-garden`. |
@@ -171,6 +172,7 @@ packages).
171172
| Status | Information resource |
172173
|:--------------------------------------------:|:-------------------------|
173174
| {{< var status.done >}} | [`seedcase-sprout`](https://sprout.seedcase-project.org/docs/reference/): Reference docs for Sprout. |
175+
| {{< var status.done >}} | [`check-datapackage`](https://check-datapackage.seedcase-project.org/docs/reference/): Reference docs for `check-datapackage`. |
174176
| {{< var status.ongoing >}} | [`design`](https://github.com/seedcase-project/design): General design principles and patterns for the organisation, teams, software, and data used throughout the Seedcase Project. |
175177
| {{< var status.ongoing >}} | [`team`](https://github.com/seedcase-project/team): Documentation specific to the Seedcase team, like onboarding, common configuration files, and meeting agendas and minutes. |
176178
| {{< var status.ongoing >}} | [`seedcase-website`](https://github.com/seedcase-project/seedcase-website): Main website for the Seedcase Project. |
@@ -247,8 +249,8 @@ for their data. The projects we collaborate with are:
247249
- [DP-Next](https://dp-next.github.io/)
248250
- [ON-LiMiT](https://onlimit.org/)
249251

250-
Other groups have also expressed interest and may become future collaborators.
251-
These other projects are:
252+
Other groups have also expressed interest and may become future
253+
collaborators. These other projects are:
252254

253255
- [ADDITION](https://addition.au.dk/)
254256
- [Health in Central

0 commit comments

Comments
Β (0)