Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/roadmap/index.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion zensical.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down