diff options
| author | yigit sever | 2021-04-11 17:17:31 +0000 |
|---|---|---|
| committer | yigit sever | 2021-04-11 17:17:31 +0000 |
| commit | 64f1c7174d477319ebe2fa463ab7fd377a90a3f1 (patch) | |
| tree | 42baaecb46abbb8d164d218d1957085accebadea | |
| parent | 11b498dc44a7d2ed8f1acc62d64be7f114adc336 (diff) | |
| download | gradecoin-64f1c7174d477319ebe2fa463ab7fd377a90a3f1.tar.gz gradecoin-64f1c7174d477319ebe2fa463ab7fd377a90a3f1.tar.bz2 gradecoin-64f1c7174d477319ebe2fa463ab7fd377a90a3f1.zip | |
Add TODO items
Tests and verbose error messages
| -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) |
