From 12f1b4aaff5ebaf178b54aa1e8155df2e9e165ee Mon Sep 17 00:00:00 2001 From: Claire Welsh Date: Fri, 24 Jul 2026 16:12:43 +0100 Subject: [PATCH] basic first pass roadmap page --- docs/roadmap/index.md | 32 ++++++++++++++++++++++++++++++++ zensical.toml | 3 ++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 docs/roadmap/index.md diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md new file mode 100644 index 0000000..6e50ea3 --- /dev/null +++ b/docs/roadmap/index.md @@ -0,0 +1,32 @@ +--- +icon: lucide/road +--- +# Development roadmap + +The roadmap is for anyone who needs to know about planned changes to the +OpenPlan Capacity Conversion Tool. +It contains high-level indicative areas of development that may +be subject to change in timing and/or scope as programme priorities shift. + +This roadmap is updated quarterly. + +### Last updated: + +## ✅ Recently Completed + +- First release of the logic and functional areas codebases and interface. + +## ✏️ Working on Now + +- Development of results data visualisations delivery mechanisms + +## 📋 Working on Next + +- Queueing theory methodology adaptation +- Substituting central assumptions with data or user knowledge +- Critical care data incorporation + +## 🔬 Exploring + +- Baseline capacity conversion with comparison to baseline year resource +- Diagnostic imaging data incorporation diff --git a/zensical.toml b/zensical.toml index c07d443..16bba54 100644 --- a/zensical.toml +++ b/zensical.toml @@ -76,7 +76,8 @@ nav = [ ]}, {"Calculation Traceability Matrix" = "technical-information/calculation-traceability-matrix.md"}, {"QA Templates" = "technical-information/qa-templates.md"} - ]} + ]}, + {"Development Roadmap" = ["roadmap/index.md"]} ] # The site_name is shown in the page header and the browser window title