From 151d2bda53d8b00b19024144e9ca16adeec255c4 Mon Sep 17 00:00:00 2001 From: Enola Knezevic Date: Wed, 6 Mar 2024 13:20:54 +0100 Subject: [PATCH] roadmap --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ce050b..01e932e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ The following environment variables are mandatory for the usage of Prism. ``` - ## Usage Creating a sample prism query asking for criteria: @@ -53,6 +52,16 @@ Creating a sample prism query asking for criteria: curl -v -X POST -H "Content-Type: application/json" --data '{"sites": ["proxy1"]}' http://localhost:8066/criteria ``` + +## Roadmap + +:construction: This tool is still under intensive development. Features on the roadmap are: + +- [ ] Storage temperature stratifier +- [ ] GBN query +- [ ] DKTK query + + ## License This code is licensed under the Apache License 2.0. For details, please see [LICENSE](./LICENSE)