aboutsummaryrefslogtreecommitdiffstats
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
commit44c9e85fb2440e397514d5103f4647155ba5611b (patch)
tree13065a823f9ae30e505fd78ea04dc9eb80f10287 /TODO.md
parentf86e4308398c52622ccb2fbc3851745cba01ddb9 (diff)
downloadgradecoin-44c9e85fb2440e397514d5103f4647155ba5611b.tar.gz
gradecoin-44c9e85fb2440e397514d5103f4647155ba5611b.tar.bz2
gradecoin-44c9e85fb2440e397514d5103f4647155ba5611b.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)