From 1706efc619f5a11cf069b75d1e701cba79e8721f Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 27 Nov 2019 22:46:18 -0800 Subject: [PATCH] adding some todos for the server * in no particular order --- server/todo.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 server/todo.md diff --git a/server/todo.md b/server/todo.md new file mode 100644 index 0000000..15a497a --- /dev/null +++ b/server/todo.md @@ -0,0 +1,18 @@ +# 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 + +endpoints need to start existsing so that we can actually start testing on per instance basis + +# 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