From b7b7782a65749474dc9393a9816086b6ef07d994 Mon Sep 17 00:00:00 2001 From: Martin Lindvall Date: Thu, 13 Jun 2024 13:45:18 +0200 Subject: [PATCH] update readme --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a14b188..7555014 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,32 @@ This is a work in progress repository providing examples on how to integrate wit Currently only a basic application exist that returns (random) results given user input. -See the `examples` folder for more info. A roadmap will be provided soon. +See the `examples` folder for more info. A roadmap is available under [milestones](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/milestones) + +## Plan for Sectra-led contributions + +### 2024, January + +- Invite collaborators to vet/discuss the basic example + +### 2024, June + +- Finalize image notification python examples (M1 milestone) + +### 2024, August + +- Make project fully public (remove invite-only) + +### 2024, December + +- Finalize extended "best practices" example (M2 milestone) ## Changelog +### 2024-06-13 + +- Update README - clarify planning + ### 2024-01-05 - Added basic example `examples/python/ia_app_basic/` showing how an app can accept user input and return results for a specific sub-area of a WSI.