aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoralpaylan2021-04-16 15:50:42 +0300
committeralpaylan2021-04-16 15:50:42 +0300
commitd47be0c8daa240b0f34fc96582251513878133d8 (patch)
tree1d2938c546df770e27372cf101d3eef198530f08 /TODO.md
parente410f4bb47996f4a4c2cf65d90ad25d323e34746 (diff)
downloadgradecoin-d47be0c8daa240b0f34fc96582251513878133d8.tar.gz
gradecoin-d47be0c8daa240b0f34fc96582251513878133d8.tar.bz2
gradecoin-d47be0c8daa240b0f34fc96582251513878133d8.zip
update todo
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/TODO.md b/TODO.md
index a7abd2a..f46348c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,16 +4,14 @@
4- [ ] Should give a little pointers but not too much, I think at first this is going to seem hard to many students but it should become fairly easy after some little pointers 4- [ ] Should give a little pointers but not too much, I think at first this is going to seem hard to many students but it should become fairly easy after some little pointers
5 5
6## Docs 6## Docs
7- [ ] Make a better explanation of authorization schema 7- [x] Make a better explanation of authorization schema
8- [ ] register: give the register message schema(passwd is missing) 8- [x] register: give the register message schema(passwd is missing)
9- [ ] how to bank works 9- [ ] how to bank works
10- [ ] register should have AuthRequest in the explanation 10- [x] register should have AuthRequest in the explanation
11- [ ] link all types in schema.rs to the docs, they need to understand why we have them 11- [x] link all types in schema.rs to the docs, they need to understand why we have them
12- [ ] explain hash type(MD5 is missing in Claims) 12- [x] explain hash type(MD5 is missing in Claims)
13- [ ] Initial auth request needs more explanation 13- [x] Initial auth request needs more explanation
14- [ ] Explain JSON Wrapped 14- [x] Explain JSON Wrapped
15- [ ] Give links to the functions, their docs are very good. For example, it seems impossible to understand authentication from the first page, but when you go to handlers::authenticate_user many things are clarified.
16- [ ] authorized_propose_transaction and authorized_propose_block may have more explanation as in the case of
17- [x] how to start(possibly some pointers and links -- blockchain, rest, jwt, rsa, public key) 15- [x] how to start(possibly some pointers and links -- blockchain, rest, jwt, rsa, public key)
18- [x] There is todo at handlers::authorized_propose_transaction, fix that 16- [x] There is todo at handlers::authorized_propose_transaction, fix that
19- [x] gradecoin: give narrative explanation 17- [x] gradecoin: give narrative explanation