Update ToDo

This commit is contained in:
2025-06-25 21:13:24 -07:00
parent c260444618
commit 561f2fda85
+17 -23
View File
@@ -1,33 +1,27 @@
Stripe payments aren't currently tested Server:
Cleanup SQL queries
After a new account is created notify a user that they need to verify their email before logging in
Cleanup SQL queries
On page load for example there are 4 different queries On page load for example there are 4 different queries
AccountInventory.cs AccountInventory.cs
SetInventory isnt fully implimented SetInventory isnt fully implimented
ProjectMistData.cs ProjectMistData.cs
Data inside the sql doesnt match what is inside the database Data inside the sql doesnt match what is inside the database
ForgotPassword Email / Resetpassword Email Client:
Needs styles that match the theme of the website Program
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 Probably need to turn on cors at some point
DTO Account
Cannot send dotnet List -> must be arrays Need to add in settings / data pages
Need to update local server to use www-formdata instead of json After a new account is created notify a user that they need to verify their email before logging in
ProductController ProductController
Need to figure out new way to download purchased items as there is currently no way 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