aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoralpaylan2021-04-14 03:07:55 +0300
committeralpaylan2021-04-14 03:07:55 +0300
commitb8e5ff927915171f2b892fa84468f5c78111097b (patch)
tree9de7a70fbeef0e5a0677ed8806133f1b109fc8ff /TODO.md
parentc5eeb6a8ba775782802e85e7e9ce47e5faff1e06 (diff)
downloadgradecoin-b8e5ff927915171f2b892fa84468f5c78111097b.tar.gz
gradecoin-b8e5ff927915171f2b892fa84468f5c78111097b.tar.bz2
gradecoin-b8e5ff927915171f2b892fa84468f5c78111097b.zip
update todo
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index a051eff..be47859 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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