summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoryigit sever2021-04-11 17:17:31 +0000
committeryigit sever2021-04-11 17:17:31 +0000
commit6d7e812976ab3b42058d3ac23eeb84c1b7d83703 (patch)
tree3a0cdb5bd59e7828bdec7d005a581ae0a1957301 /TODO.md
parent217398c52c68b3b73454d3e9f66c85b5a1638f3f (diff)
downloadgradecoin-6d7e812976ab3b42058d3ac23eeb84c1b7d83703.tar.gz
gradecoin-6d7e812976ab3b42058d3ac23eeb84c1b7d83703.tar.bz2
gradecoin-6d7e812976ab3b42058d3ac23eeb84c1b7d83703.zip
Add TODO items
Tests and verbose error messages
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 7b58d96..ca6816b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -15,5 +15,15 @@
15 - https://jwt.io/#debugger-io 15 - https://jwt.io/#debugger-io
16- [ ] users should be able to _sign_ their transactions 16- [ ] users should be able to _sign_ their transactions
17 17
18## Verbosity
19- [ ] Verbose error messages (use error.rs?)
20
21## Tests
22- [ ] Schema Tests
23- [ ] Route Tests
24 - [ ] Malformed JSON bodies
25 - [ ] Valid JSON with missing fields
26 - [ ] Valid JSON with extra fields
27
18## Done & Brag 28## Done & Brag
19- [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) 29- [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code)