diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |