summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-15 05:30:53 +0300
committerYigit Sever2021-04-15 05:30:53 +0300
commit82f8e6877a57316860a9468f523decaae9f7529b (patch)
tree174a0d5a0e5918f4eb41cfba1a45a469531d64d2 /TODO.md
parentee5dcba9046cdad96af673446165af0169fe15fe (diff)
downloadgradecoin-82f8e6877a57316860a9468f523decaae9f7529b.tar.gz
gradecoin-82f8e6877a57316860a9468f523decaae9f7529b.tar.bz2
gradecoin-82f8e6877a57316860a9468f523decaae9f7529b.zip
Start frontend
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md
index f57ae7c..0fba155 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,27 +2,27 @@
2 2
3## Office Hour/Recitation 3## Office Hour/Recitation
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## Docs 6## Docs
6- [ ] Make a better explanation of authorization schema 7- [ ] Make a better explanation of authorization schema
7- [ ] register: give the register message schema(passwd is missing) 8- [ ] register: give the register message schema(passwd is missing)
8- [ ] gradecoin: give narrative explanation
9- [ ] how to bank works 9- [ ] how to bank works
10- [ ] bank public key
11- [ ] how to start(possibly some pointers and links -- blockchain, rest, jwt, rsa, public key)
12- [ ] delete CONSTANTS
13- [ ] register should have AuthRequest in the explanation 10- [ ] register should have AuthRequest in the explanation
14- [ ] link all types in schema.rs to the docs, they need to understand why we have them 11- [ ] link all types in schema.rs to the docs, they need to understand why we have them
15- [ ] explain hash type(MD5 is missing in Claims) 12- [ ] explain hash type(MD5 is missing in Claims)
16- [ ] Initial auth request needs more explanation 13- [ ] Initial auth request needs more explanation
17- [ ] Explain JSON Wrapped 14- [ ] Explain JSON Wrapped
18- [ ] 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. 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.
19- [ ] There is todo at handlers::authorized_propose_transaction, fix that
20- [ ] authorized_propose_transaction and authorized_propose_block may have more explanation as in the case of 16- [ ] authorized_propose_transaction and authorized_propose_block may have more explanation as in the case of
21 17- [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
19- [x] gradecoin: give narrative explanation
20- [x] bank public key
21- [X] delete CONSTANTS
22 22
23### Authorization 23### Authorization
24- [ ] Pointer to JWT 24- [x] Pointer to JWT
25- [ ] Pointer to Public Key Sign 25- [x] Pointer to Public Key Sign
26 26
27## Tests 27## Tests
28- [ ] User Authentication/Authentication Tests 28- [ ] User Authentication/Authentication Tests