From 8575ad225d166ce957e2d78327ef4ebc40294d79 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Mon, 14 Jul 2025 21:39:05 -0700 Subject: [PATCH] Update ToDo --- ToDo.yaml | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/ToDo.yaml b/ToDo.yaml index 886da1c..cdc199a 100755 --- a/ToDo.yaml +++ b/ToDo.yaml @@ -9,45 +9,11 @@ Server: When the create account is called. right after the getaccount is called. Have all New for database return the object they create - Update API: - Split apart the different routes and Functions - No more new / update -> only get / set - Make all apis return statuscodes - make all input types form's - make all getLoggedInUsers() -> make sure that i cant just call getLoggedInUserID - Need to timeout email reset tokens: Client: - Program: - Probably need to turn on cors at some point - Account: - Need to add in settings / data pages - After a new account is created notify a user that they need to verify their email before logging in - - ProductController: - Need to figure out new way to download purchased items as there is currently no way - - Store: - Edit product needs created - Need to add cart back - Need to add in payment page - Need to add in payment success/failed - Need to add in Receipt page - - TopBar: - No way to minimize the UI topbar on mobile - Not themed on mobile - - API: - Some of the API's Changed. Need to go back and update the client API calls database: - Add Created and Modified to the JobListing Table - So JobListing's will only run for a set number of time before auto closing - - Add Deleted bool to the JobListing Table - Dont Delete Job Postings -> Simply mark as deleted to check for duplicate postings. - - Add Applied Jobs Table \ No newline at end of file + Add Applied Jobs Table + Make sure that input datatypes are MySQL safe. Such as DateTime's \ No newline at end of file