From 3cd884e0354e0b348d9c94c9d17c4c1a7e5374ab Mon Sep 17 00:00:00 2001 From: dylan Date: Fri, 31 Jan 2025 16:17:39 +0100 Subject: [PATCH] Update README with potential improvements --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8602ac9..804f438 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file