From 4ae6fb311f906dc5be26d60de5a0a41c72503004 Mon Sep 17 00:00:00 2001 From: alpaylan Date: Thu, 15 Apr 2021 01:11:35 +0300 Subject: python_client halfway through and updated todo --- TODO.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index b429097..15c317a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,29 @@ # TODO +## Office Hour/Recitation +- [ ] 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 +## Docs +- [ ] Make a better explanation of authorization schema +- [ ] register: give the register message schema(passwd is missing) +- [ ] gradecoin: give narrative explanation +- [ ] how to bank works +- [ ] bank public key +- [ ] how to start(possibly some pointers and links -- blockchain, rest, jwt, rsa, public key) +- [ ] delete CONSTANTS +- [ ] register should have AuthRequest in the explanation +- [ ] link all types in schema.rs to the docs, they need to understand why we have them +- [ ] explain hash type(MD5 is missing in Claims) +- [ ] Initial auth request needs more explanation +- [ ] Explain JSON Wrapped +- [ ] 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. +- [ ] There is todo at handlers::authorized_propose_transaction, fix that +- [ ] authorized_propose_transaction and authorized_propose_block may have more explanation as in the case of + + +### Authorization +- [ ] Pointer to JWT +- [ ] Pointer to Public Key Sign + ## Tests - [ ] User Authentication/Authentication Tests - [ ] Route Tests -- cgit v1.2.3-70-g09d2 From 75d9257d89ebf2a544c8a5db0dc1d21b7f57464d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 15 Apr 2021 03:43:10 +0300 Subject: Move template TODO to brag Apart from CHAOS mode, that seems to be all the _initial_ tasks we've set out for ourselves, yay! --- TODO.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 15c317a..f57ae7c 100644 --- a/TODO.md +++ b/TODO.md @@ -17,8 +17,8 @@ - [ ] Explain JSON Wrapped - [ ] 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. - [ ] There is todo at handlers::authorized_propose_transaction, fix that -- [ ] authorized_propose_transaction and authorized_propose_block may have more explanation as in the case of - +- [ ] authorized_propose_transaction and authorized_propose_block may have more explanation as in the case of + ### Authorization - [ ] Pointer to JWT @@ -31,8 +31,6 @@ - [ ] Valid JSON with missing fields - [ ] Valid JSON with extra fields -## Please -- [ ] use [juice](https://www.getzola.org/themes/juice/) theme with [template rendering](https://blog.logrocket.com/template-rendering-in-rust/) to create a landing page. I want it to look handmade & _scammy_, I'm talking [verylegit](https://verylegit.link) shortened urls, botched [this person does not exist](https://www.thispersondoesnotexist.com/) user stories etc. ## Testnet - [ ] CHAOS MODE, 3 different coins, combine them to make 1 gradecoin @@ -58,3 +56,4 @@ - [X] Blocks should "play out" the transactions and execute transactions (2021-04-14 21:29) - [X] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts (2021-04-14 21:48) - [X] Implemented Bank Account (2021-04-14 23:28) +- [x] use [juice](https://www.getzola.org/themes/juice/) theme ~~with [template rendering](https://blog.logrocket.com/template-rendering-in-rust/)~~ zola to create a landing page. (done at 2021-04-15 03:41, in the most hilarious way possible) -- cgit v1.2.3-70-g09d2