aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoralpaylan2021-04-16 15:43:29 +0300
committeralpaylan2021-04-16 15:43:29 +0300
commitf33fd3ae2ac6fc544a4fc694cad237c1b375f561 (patch)
tree5086a4b27f27c13d905bf24a5993a93215027bfd /TODO.md
parentfe1d83617996fb0ea71b6cae8965a6d19de707a0 (diff)
parent8f9bd7e9aefa8de968285499b3f5d360a773777b (diff)
downloadgradecoin-f33fd3ae2ac6fc544a4fc694cad237c1b375f561.tar.gz
gradecoin-f33fd3ae2ac6fc544a4fc694cad237c1b375f561.tar.bz2
gradecoin-f33fd3ae2ac6fc544a4fc694cad237c1b375f561.zip
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 33d6f8e..a7abd2a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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)