aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-19 08:23:50 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-19 08:23:50 +0200
commit5e664e0694a09cfb7b952dd4bd123cf921950ba0 (patch)
tree6d461a9a99cf30ac10eafcce05bda7b8111cdd95
parent763d21dc09ea1ae5bf7bda03763386039de396a9 (diff)
updated todo
-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)
+