aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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