Update ToDo

This commit is contained in:
2025-06-25 21:13:24 -07:00
parent c260444618
commit 561f2fda85
+21 -27
View File
@@ -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 ProjectMistData.cs
On page load for example there are 4 different queries Data inside the sql doesnt match what is inside the database
AccountInventory.cs Client:
SetInventory isnt fully implimented Program
Probably need to turn on cors at some point
ProjectMistData.cs Account
Data inside the sql doesnt match what is inside the database 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 ProductController
Needs styles that match the theme of the website Need to figure out new way to download purchased items as there is currently no way
Manage / Data tabs in Account settings Store
Theme needs to be updated to match Need admin options added back / admin pages for Create, Edit, Delete product's
Delete button doesn't shade when mouse hovers Need to add cart back
frame that comes up isnt themed either Need to add in payment page
Need to add in payment success/failed
Store Catalog Need to add in Receipt page
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