Update README with potential improvements

This commit is contained in:
2025-01-31 16:17:39 +01:00
parent 00ecedbca0
commit 3cd884e035

View File

@ -85,3 +85,10 @@ the status of documents. Instead of sending the whole representation, only
the operation (`op`), the path (`path`) to apply it to and the new value
(`value`) have to be supplied.
## Potential improvements
A lot more tests. Integration tests, fuzz tests and benchmarks are those that come
to mind.
I would also spend a lot more time understanding cyclic dependencies when (de)serializing
JSON. For now there's a manual workaround in `SigningRequestDocumentServiceImpl.java`.