aboutsummaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo43
1 files changed, 43 insertions, 0 deletions
diff --git a/todo b/todo
new file mode 100644
index 0000000..1e85c6f
--- /dev/null
+++ b/todo
@@ -0,0 +1,43 @@
+pages:
+
+- 404
+- maintenance
+- /logout
+- privacy info
+
+
+
+unimplemented:
+
+- view friend/blocked/request list
+- game stuff:
+ - rulesets
+ - timer / time limit
+
+
+
+website fixes:
+
+- unaccessible when not logged in:
+ - /user/* pages
+ - /settings
+- unaccessible when logged in:
+ - /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)
+
+