diff options
author | Yigit Sever | 2021-04-12 00:04:45 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-12 00:04:45 +0300 |
commit | b502e1203fe112630574001a82fab68c0455720d (patch) | |
tree | 59f10d86ce7fc4304f67abca4d060e3be4dae83a | |
parent | 518a99a132707ba0e2572b24ca18f6b9606d7334 (diff) | |
parent | 6d7e812976ab3b42058d3ac23eeb84c1b7d83703 (diff) | |
download | gradecoin-b502e1203fe112630574001a82fab68c0455720d.tar.gz gradecoin-b502e1203fe112630574001a82fab68c0455720d.tar.bz2 gradecoin-b502e1203fe112630574001a82fab68c0455720d.zip |
Merge remote-tracking branch 'origin/main'
-rw-r--r-- | TODO.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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) |