diff options
| author | Yigit Sever | 2021-04-16 15:35:04 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-04-16 15:35:04 +0300 |
| commit | d3c841ccfa550e11d5ff3625ab7b810412bded9f (patch) | |
| tree | 6a9f6f8c19d6940203a2477b37f9f0448b5c732e | |
| parent | 20609a19fdb7fb1a81db77233858cf229b57465c (diff) | |
| download | gradecoin-d3c841ccfa550e11d5ff3625ab7b810412bded9f.tar.gz gradecoin-d3c841ccfa550e11d5ff3625ab7b810412bded9f.tar.bz2 gradecoin-d3c841ccfa550e11d5ff3625ab7b810412bded9f.zip | |
Update TODOs
| -rw-r--r-- | TODO.md | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -1,8 +1,5 @@ | |||
| 1 | # TODO | 1 | # TODO |
| 2 | 2 | ||
| 3 | - [ ] IV is array, should be hex, implement checks | ||
| 4 | - [ ] Restore students from disk | ||
| 5 | |||
| 6 | ## Office Hour/Recitation | 3 | ## Office Hour/Recitation |
| 7 | - [ ] 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 |
| 8 | 5 | ||
| @@ -28,7 +25,6 @@ | |||
| 28 | - [x] Pointer to Public Key Sign | 25 | - [x] Pointer to Public Key Sign |
| 29 | 26 | ||
| 30 | ## Tests | 27 | ## Tests |
| 31 | - [ ] User Authentication/Authentication Tests | ||
| 32 | - [ ] Route Tests | 28 | - [ ] Route Tests |
| 33 | - [ ] Malformed JSON bodies | 29 | - [ ] Malformed JSON bodies |
| 34 | - [ ] Valid JSON with missing fields | 30 | - [ ] Valid JSON with missing fields |
| @@ -60,3 +56,8 @@ | |||
| 60 | - [X] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts (2021-04-14 21:48) | 56 | - [X] "Coinbase" ("by" of the first transaction of the block) should get rewarded for their efforts (2021-04-14 21:48) |
| 61 | - [X] Implemented Bank Account (2021-04-14 23:28) | 57 | - [X] Implemented Bank Account (2021-04-14 23:28) |
| 62 | - [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) | 58 | - [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) |
| 59 | ---- | ||
| 60 | - [x] IV is array, should be hex, implement checks | ||
| 61 | - [x] Restore students from disk | ||
| 62 | ---- | ||
| 63 | - [x] User Authentication/Authentication Tests (2021-04-16 15:34, Thanks Austin, Tx) | ||
