aboutsummaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorLoek Le Blansch <32883851+lonkaars@users.noreply.github.com>2021-04-21 10:40:52 +0200
committerGitHub <noreply@github.com>2021-04-21 10:40:52 +0200
commitdadc722875b2095bd3d6c4ab628a644197b85f7b (patch)
tree9e061708fad5bfdcc40f4c40662d77fbc42cfe64 /todo
parentc603cb79e7ba7fdbb101a506e36f6d8d70b3a8f4 (diff)
parent5cb39d822716c650e520c3855ef049ff308a348c (diff)
Merge pull request #12 from lonkaars/css-files
big redesign css move thing
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)
+
+