summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-15 13:11:13 +0300
committerYigit Sever2021-04-15 13:11:13 +0300
commitcd6839a3c6596f5e4197c6696b95efbf0c76d2ca (patch)
tree430507144250fd5b2151a30376dff4f42ffe3d8f /TODO.md
parent57d833094c4e5f54d2a8ad8816595eea7ddc21de (diff)
downloadgradecoin-cd6839a3c6596f5e4197c6696b95efbf0c76d2ca.tar.gz
gradecoin-cd6839a3c6596f5e4197c6696b95efbf0c76d2ca.tar.bz2
gradecoin-cd6839a3c6596f5e4197c6696b95efbf0c76d2ca.zip
Move on to production
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 0fba155..83e34a7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,5 +1,8 @@
1# TODO 1# TODO
2 2
3- [ ] IV is ARRAY NO
4- [ ] RESTORE STUDENTS FROM DISK
5
3## Office Hour/Recitation 6## 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 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
5 8
@@ -31,9 +34,9 @@
31 - [ ] Valid JSON with missing fields 34 - [ ] Valid JSON with missing fields
32 - [ ] Valid JSON with extra fields 35 - [ ] Valid JSON with extra fields
33 36
34
35## Testnet 37## Testnet
36- [ ] CHAOS MODE, 3 different coins, combine them to make 1 gradecoin 38- [ ] CHAOS MODE, 3 different coins, combine them to make 1 gradecoin
39- [ ] [SQLite](https://unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html), not PostgreSQL
37 40
38## Done & Brag 41## Done & Brag
39- [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) 42- [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code)