aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-04-26 03:37:14 +0300
committerYigit Sever2021-04-26 03:37:14 +0300
commitba9bebf02ac4b847e41178281d29d4b9fd3f574d (patch)
tree4dc66a48d631fb38fca90586c0ea5f46b54dfe60
parentbaace892ff174ec0429a7c83e0b0a032266e065f (diff)
downloadgradecoin-ba9bebf02ac4b847e41178281d29d4b9fd3f574d.tar.gz
gradecoin-ba9bebf02ac4b847e41178281d29d4b9fd3f574d.tar.bz2
gradecoin-ba9bebf02ac4b847e41178281d29d4b9fd3f574d.zip
Update TODOs
-rw-r--r--TODO.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 590ef50..75c9a74 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,8 +1,5 @@
1# TODO 1# TODO
2 2
3## Issues
4- [X] Students can authenticate twice
5
6## Tests 3## Tests
7- [ ] Route Tests 4- [ ] Route Tests
8 - [ ] Malformed JSON bodies 5 - [ ] Malformed JSON bodies
@@ -10,9 +7,11 @@
10 - [ ] Valid JSON with extra fields 7 - [ ] Valid JSON with extra fields
11- [ ] Transaction with bank test 8- [ ] Transaction with bank test
12 9
10- https://crates.io/crates/lazy_static
11
13## Someday, Maybe? 12## Someday, Maybe?
14- [ ] CHAOS MODE, 3 different coins, combine them to make 1 gradecoin 13- [ ] CHAOS MODE, 3 different coins, combine them to make 1 gradecoin
15- [ ] NICE MODE, transactions move the amount, then award some to the sender, everyone starts with 10 gradecoins 14- [X] NICE MODE, transactions move the amount, then award some to the sender, everyone starts with 10 gradecoins
16- [ ] [SQLite](https://unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html), not PostgreSQL 15- [ ] [SQLite](https://unixsheikh.com/articles/sqlite-the-only-database-you-will-ever-need-in-most-cases.html), not PostgreSQL
17 16
18# Done & Brag 17# Done & Brag