From 561f2fda85faeff725fb21e36a8876ffc6fd796b Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Wed, 25 Jun 2025 21:13:24 -0700 Subject: [PATCH] Update ToDo --- ToDo.txt | 48 +++++++++++++++++++++--------------------------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/ToDo.txt b/ToDo.txt index a07c16b..cc2d5ff 100755 --- a/ToDo.txt +++ b/ToDo.txt @@ -1,33 +1,27 @@ -Stripe payments aren't currently tested +Server: + Cleanup SQL queries + On page load for example there are 4 different queries -After a new account is created notify a user that they need to verify their email before logging in + AccountInventory.cs + SetInventory isnt fully implimented -Cleanup SQL queries - On page load for example there are 4 different queries + ProjectMistData.cs + Data inside the sql doesnt match what is inside the database -AccountInventory.cs - SetInventory isnt fully implimented +Client: + Program + Probably need to turn on cors at some point -ProjectMistData.cs - Data inside the sql doesnt match what is inside the database + 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 -ForgotPassword Email / Resetpassword Email - Needs styles that match the theme of the website + ProductController + Need to figure out new way to download purchased items as there is currently no way -Manage / Data tabs in Account settings - Theme needs to be updated to match - Delete button doesn't shade when mouse hovers - frame that comes up isnt themed either - -Store Catalog - Add to cart wraps text when screen is too small - -Program - Probably need to turn on cors at some point - -DTO - Cannot send dotnet List -> must be arrays - Need to update local server to use www-formdata instead of json - -ProductController - Need to figure out new way to download purchased items as there is currently no way + Store + Need admin options added back / admin pages for Create, Edit, Delete product's + Need to add cart back + Need to add in payment page + Need to add in payment success/failed + Need to add in Receipt page \ No newline at end of file