From 03c53e3a003b10a327457c3d75d4eaae119e5ecc Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Mon, 2 Sep 2019 11:11:04 +0700 Subject: [PATCH] Update TODO.md --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 4e30712..b804702 100644 --- a/TODO.md +++ b/TODO.md @@ -18,7 +18,7 @@ - [x] Implement JSONRPC - [x] Make it easy to create actions and reducers based on JSONRPC method sigatures -- [ ] Refactor part of functionality as POC +- [x] Refactor part of functionality as POC - [ ] Refactor comments projects to only use JSONRPC # ORM @@ -30,3 +30,5 @@ - [ ] Figure out a way to make server-side tests execute successfully without `--runInBand` + +# Issues