From 1aa480462b29992af3084ba4355c3b0084a09246 Mon Sep 17 00:00:00 2001 From: Phil Reed Date: Wed, 10 Dec 2025 18:48:09 +0000 Subject: [PATCH 1/2] Public roadmap start --- TeSS_docs/_toc.yml | 1 + TeSS_docs/developers/roadmap.md | 36 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 TeSS_docs/developers/roadmap.md diff --git a/TeSS_docs/_toc.yml b/TeSS_docs/_toc.yml index 7728d36..4ce3799 100644 --- a/TeSS_docs/_toc.yml +++ b/TeSS_docs/_toc.yml @@ -38,5 +38,6 @@ parts: chapters: - file: developers/code-data - file: developers/credit + - file: developers/roadmap - url: https://github.com/ElixirTeSS/TeSS/tree/master/docs title: Developer guides (on GitHub) \ No newline at end of file diff --git a/TeSS_docs/developers/roadmap.md b/TeSS_docs/developers/roadmap.md new file mode 100644 index 0000000..a289847 --- /dev/null +++ b/TeSS_docs/developers/roadmap.md @@ -0,0 +1,36 @@ +# Roadmap + +```{note} +Please feel free to help contribute to this roadmap through the [TeSS Club](https://tess.elixir-europe.org/about/us#tess_club). +``` + +The roadmap includes the [mTeSS-X](../overview/mtess-x/) project deliverables. +Please note that for all other features, the roadmap is not a project plan or release schedule. +The TeSS Club is a very dynamic and agile team, and the roadmap is reviewed and updated regularly. +Its purpose is to give a general indication of intent and direction of travel. + +## October 2025 to January 2026 (mTeSS-X) + +* mTeSS-X Deliverable D2: Functional and configurable mTeSS multi-space TeSS +* mTeSS-X Deliverable D3: TeSS-X Instances with OAI-PMH endpoint +* mTeSS-X Deliverable D4: Onboarding guides, user guides for mTeSS + +## February 2026 to September 2026 (mTeSS-X) + +* mTeSS-X Deliverable D5: Project results and methodology +* mTeSS-X Deliverable D6: Final report, presentation + +## Future work + +* Support ORCID to identify trainers, authors and contributors +* Support ROR to identify organisations +* Support OpenStreetMap URI to identify locations +* Events with multiple dates/instances +* Automatic ingestion of learning paths +* Integration with training registries such as DALIA +* Improved dashboards +* AI-assisted metadata enhancements + +## Completed activities + +* mTeSS-X Deliverable D1: [Requirements analysis](https://doi.org/10.5281/zenodo.15120731) From 8be992e133f8525f4e8c3f90dc48b59cac7dfee2 Mon Sep 17 00:00:00 2001 From: Phil Reed Date: Thu, 11 Dec 2025 13:43:48 +0000 Subject: [PATCH 2/2] make more feature-focused, less project-focused --- TeSS_docs/developers/roadmap.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/TeSS_docs/developers/roadmap.md b/TeSS_docs/developers/roadmap.md index a289847..bb487de 100644 --- a/TeSS_docs/developers/roadmap.md +++ b/TeSS_docs/developers/roadmap.md @@ -9,16 +9,12 @@ Please note that for all other features, the roadmap is not a project plan or re The TeSS Club is a very dynamic and agile team, and the roadmap is reviewed and updated regularly. Its purpose is to give a general indication of intent and direction of travel. -## October 2025 to January 2026 (mTeSS-X) +## October 2025 to January 2026 -* mTeSS-X Deliverable D2: Functional and configurable mTeSS multi-space TeSS -* mTeSS-X Deliverable D3: TeSS-X Instances with OAI-PMH endpoint -* mTeSS-X Deliverable D4: Onboarding guides, user guides for mTeSS +* Functional and configurable mTeSS multi-space TeSS (mTeSS-X Deliverable D2) +* TeSS-X Instances with OAI-PMH endpoint (mTeSS-X Deliverable D3) +* Onboarding guides, user guides for mTeSS (mTeSS-X Deliverable D4) -## February 2026 to September 2026 (mTeSS-X) - -* mTeSS-X Deliverable D5: Project results and methodology -* mTeSS-X Deliverable D6: Final report, presentation ## Future work @@ -33,4 +29,4 @@ Its purpose is to give a general indication of intent and direction of travel. ## Completed activities -* mTeSS-X Deliverable D1: [Requirements analysis](https://doi.org/10.5281/zenodo.15120731) +* [Requirements analysis (mTeSS-X Deliverable D1)](https://doi.org/10.5281/zenodo.15120731)