diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ | |||
1 | # TODO | 1 | # TODO |
2 | |||
3 | ## Schema | ||
4 | - [ ] It would be a good idea to keep blockchain and users in a database and only have `pending_transactions` in memory https://blog.logrocket.com/create-an-async-crud-web-service-in-rust-with-warp/ | ||
5 | |||
2 | ## Process | 6 | ## Process |
3 | - [ ] we need our own representation of students and their grades, "there is no blockchain" | 7 | - [ ] we need our own representation of students and their grades, "there is no blockchain" |
4 | 8 | ||