aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authoralpaylan2021-04-16 15:43:29 +0300
committeralpaylan2021-04-16 15:43:29 +0300
commit8a9f5f73617e56b853bda7b419ba642a33d3b9cc (patch)
treead568a151ec3023b8e57387214ea6c90146217b6 /TODO.md
parent3e155725d3314fddf6d33548fcfcf680f21a4fa8 (diff)
parentc89ed7c8553647ec14773d12fd5153ff35fea58b (diff)
downloadgradecoin-8a9f5f73617e56b853bda7b419ba642a33d3b9cc.tar.gz
gradecoin-8a9f5f73617e56b853bda7b419ba642a33d3b9cc.tar.bz2
gradecoin-8a9f5f73617e56b853bda7b419ba642a33d3b9cc.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)