diff options
-rw-r--r-- | TODO.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,6 @@ | |||
14 | - [.] POST requests to /block should be authenticated as well (2021-04-13 04:50, they now are but until we make error messages **Verbose** there's not much point in testing because I honestly cannot trace the code) | 14 | - [.] POST requests to /block should be authenticated as well (2021-04-13 04:50, they now are but until we make error messages **Verbose** there's not much point in testing because I honestly cannot trace the code) |
15 | 15 | ||
16 | ## Tests | 16 | ## Tests |
17 | - [ ] Schema Tests | ||
18 | - [ ] Route Tests | 17 | - [ ] Route Tests |
19 | - [ ] Malformed JSON bodies | 18 | - [ ] Malformed JSON bodies |
20 | - [ ] Valid JSON with missing fields | 19 | - [ ] Valid JSON with missing fields |
@@ -37,3 +36,5 @@ | |||
37 | - [x] Verbose error messages (use error.rs from [logrocket](https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/) ❓) (done at 2021-04-13 20:39, not happy with the result) | 36 | - [x] Verbose error messages (use error.rs from [logrocket](https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/) ❓) (done at 2021-04-13 20:39, not happy with the result) |
38 | ---- | 37 | ---- |
39 | - [x] Transactions should be rejected if the user cannot afford to send the amount | 38 | - [x] Transactions should be rejected if the user cannot afford to send the amount |
39 | ---- | ||
40 | - [X] Schema Tests \ No newline at end of file | ||