diff options
| author | Yigit Sever | 2021-04-12 16:59:04 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-04-12 16:59:04 +0300 |
| commit | 364ee376ea5c6fa0de8bb40ee1e7304d05d4bf64 (patch) | |
| tree | 19c5646a289d31e4626a5588b545a7267a32b592 | |
| parent | 44d21b676f90a2fc8b255eb9c1393e53f40c9daa (diff) | |
| download | gradecoin-364ee376ea5c6fa0de8bb40ee1e7304d05d4bf64.tar.gz gradecoin-364ee376ea5c6fa0de8bb40ee1e7304d05d4bf64.tar.bz2 gradecoin-364ee376ea5c6fa0de8bb40ee1e7304d05d4bf64.zip | |
Add new TODO items
| -rw-r--r-- | TODO.md | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | # TODO | 1 | # TODO |
| 2 | 2 | ||
| 3 | ## Proof-of-work | 3 | ## Proof-of-work |
| 4 | So far so good | ||
| 4 | 5 | ||
| 5 | ## Authentication | 6 | ## Authentication |
| 6 | - [X] pick a user authentication scheme = [JWT](https://tools.ietf.org/html/rfc7519) Seems perfect | 7 | - [X] pick a user authentication scheme = [JWT](https://tools.ietf.org/html/rfc7519) Seems perfect |
| @@ -21,6 +22,10 @@ | |||
| 21 | - [ ] Valid JSON with missing fields | 22 | - [ ] Valid JSON with missing fields |
| 22 | - [ ] Valid JSON with extra fields | 23 | - [ ] Valid JSON with extra fields |
| 23 | 24 | ||
| 25 | ## Fun (if we have time) | ||
| 26 | - [ ] use [juice](https://www.getzola.org/themes/juice/) theme with [template rendering](https://blog.logrocket.com/template-rendering-in-rust/) to create a landing page. I want it to look handmade & _scammy_, I'm talking [verylegit](https://verylegit.link) shortened urls, botched [this person does not exist](https://www.thispersondoesnotexist.com/) user stories etc. | ||
| 27 | - [ ] CHAOS MODE, 3 different coins, combine them to make 1 gradecoin | ||
| 28 | |||
| 24 | ## Done & Brag | 29 | ## Done & Brag |
| 25 | - [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) | 30 | - [x] Switch to RwLock (parking_lot) (done at 2021-04-07 03:43, two possible schemes to represent inner Db (ledger) in code) |
| 26 | - [x] We need our own representation of students and their grades, "there is no blockchain" (done at 2021-04-12 00:05) | 31 | - [x] We need our own representation of students and their grades, "there is no blockchain" (done at 2021-04-12 00:05) |
