Skip to content

Commit 9a5f4e8

Browse files
committed
TODO's
1 parent 46c177f commit 9a5f4e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/policy-management.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,11 @@ Some operations require the client to specify a policy ID in the URL. Since poli
185185
## Testing
186186
The current implementation is tested only by the script in `scripts\test-uma-ODRL-policy.ts`. This script tests every implemented endpoint with a designated flow. Since the script initiates with an empty storage, and there is no endpoint or other way to seed it, the first requests must test the POST endpoint. These tests are designed to ensure that the storage is filled. After the POST tests, the access endpoints can be tested. Every endpoint gets tested in this script, which makes sure that the added data is removed. The current testing will be replaced with proper unit tests and integration tests in the near future.
187187

188-
## Problems
188+
## TODO
189189
- The current [sanitization limitations](#sanitization-decisions) are to be considered.
190190
- Fix CORS handling: the project configuration must be extended to the `/policies` endpoint.
191+
- Implement Unit Tests
192+
- ...
191193

192194

193195
### Solved Problems

0 commit comments

Comments
 (0)