diff --git a/TODO.md b/TODO.md index 546e9fdbbfa55d435e5387315dbf6e9beb3f5de9..5a184163d8bab6fae045f6b4fba8f0c3a95f1c8a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,4 @@ -[d] Evaluating policy synchronously +- [ ] Evaluating policy synchronously - Creating git infrastructure for the policies with the flow documentation. Will follow with feature branch with dev and production branch. Let's use [policies repo of the code.gitlab](https://code.vereign.com/gaiax/tsa/policies) to push policies. Git is a dependency should be preinstalled. - @kalin Create an environment to demonstrate @@ -12,19 +12,25 @@ - Create an example policy for the tests and demonstration - @rosen Implement the test logic Comment: for integration testing let's put the example policy directly to Mongo. -[] Implement the CI pipeline to test the service. +- [ ] Implement the CI pipeline to test the service. - imlement the simplest test with something like assertTrue. - setup the Gitlab pipeline. -[d] Distributed cache feature +- [ ] Distributed cache feature - create Rego extensions + create HTTP service - create 2 example policies (1 for setting value, 1 for getting value) - - Implement the test logic -[] Persistance feature -[] Resolving DID -[] Evaluating policy asynchronously + - Implement the test logic + +- [ ] Persistance feature + +- [ ] Resolving DID + +- [ ] Evaluating policy asynchronously + Evaluatating policy groups asynchronously + Crypto libs to work with ursa (sign, key management) + Policy to generate an endpoint in Kong Communication with OCM