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)