From 6dd002171c107c0e616fbcb676a3af1496c79dfc Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 5 Feb 2020 17:50:45 -0800 Subject: [PATCH] pottentially depracating web routes soon --- server/todo.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/server/todo.md b/server/todo.md index 15a497a..ab055cd 100644 --- a/server/todo.md +++ b/server/todo.md @@ -1,11 +1,3 @@ -# Styling Changs - -Homepage should really be using cards like the about page - -# Page structural changes - -Login page needs to exist - # Testing LULW frontend js needs some testing if it's to be guaranteed to work at all @@ -15,4 +7,8 @@ endpoints need to start existsing so that we can actually start testing on per i # Creation of users this part we'll probably use an sql db or something that couples easily with rocket - keep the user data designi as stupid simple as possible to enforce both security by surface and haxor simplicity \ No newline at end of file + keep the user data designi as stupid simple as possible to enforce both security by surface and haxor simplicity + +# Webpages + +Starting to think that we shouldn't even bother with this stuff tbh