diff options
| author | alpaylan | 2021-04-14 03:07:55 +0300 |
|---|---|---|
| committer | alpaylan | 2021-04-14 03:07:55 +0300 |
| commit | 44db111542ec6a399d87c8e23a0952fe95c7dc03 (patch) | |
| tree | 91b40ffef5bc56c066895a6a634139182e1feaad | |
| parent | fbbb993144dc55b4da047f02f05b29c44758c661 (diff) | |
| download | gradecoin-44db111542ec6a399d87c8e23a0952fe95c7dc03.tar.gz gradecoin-44db111542ec6a399d87c8e23a0952fe95c7dc03.tar.bz2 gradecoin-44db111542ec6a399d87c8e23a0952fe95c7dc03.zip | |
update todo
| -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 | ||
