aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--todo18
1 files changed, 17 insertions, 1 deletions
diff --git a/todo b/todo
index 7d82e3d..1e85c6f 100644
--- a/todo
+++ b/todo
@@ -5,10 +5,16 @@ pages:
- /logout
- privacy info
+
+
unimplemented:
- view friend/blocked/request list
--
+- game stuff:
+ - rulesets
+ - timer / time limit
+
+
website fixes:
@@ -19,9 +25,19 @@ website fixes:
- /register
- /login
+
+
+backend fixes:
+
+- don't include unrated games in rating.py
+
+
+
security measures:
- repeated login prevention
- api rate limiting
- write unit tests
+- bind tokens to ip adress (csrf)
+