Update todo

This commit is contained in:
2025-09-23 20:56:32 -07:00
parent e3d3555230
commit 096d2583f4
2 changed files with 5 additions and 8 deletions
+2 -5
View File
@@ -9,16 +9,13 @@ Server:
Update the company rating Update the company rating
JobCleanupService: JobCleanupService:
Need to update notification email to show what job and to follow theme of website Need to update notification email to show what job was autoclosed and to follow theme of website | base off company email verify
CompanyEmailVerify: CompanyEmailVerify:
Need to update notification email to follow theme of website
Create page to notify cx that their work email has been verified Create page to notify cx that their work email has been verified
JobListingController: JobListingController:
Dont refresh on every filter edit Need to work on job filtering more
Line 63 is terrible and need to be fixed in the JobListing DB JobListingController
bools and numbers are getting strigified which breaks the mysql parameters
Validation: Validation:
Alot of the validation is only taking place client side. Alot of the validation is only taking place client side.
@@ -21,12 +21,12 @@ namespace BoredCareers.Services {
</div> </div>
<div style=""padding: 20px; text-align: left; font-size: 16px; color: oklch(.76 .1 264);""> <div style=""padding: 20px; text-align: left; font-size: 16px; color: oklch(.76 .1 264);"">
<p>Hi @CompanyName,</p> <p>Hi @CompanyName,</p>
<p>Thank you for making an account with us</p> <p>Thank you for connecting your company to our service</p>
<p>In order to start using your account we need to verify your email address by clicking the link below:</p> <p>In order to start listing opportunities we need to verify your email address by clicking the link below:</p>
<p style=""text-align: center;""> <p style=""text-align: center;"">
<a href=""https://boredcareers.com/api/company/verifyemail?CompanyID=@ID&EmailToken=@VerifyPassword"" style=""background-color: oklch(.76 .13 84); color: #ffffff; text-decoration: none; padding: 15px 25px; font-size: 16px; border-radius: 5px; display: inline-block;"">Verify Email</a> <a href=""https://boredcareers.com/api/company/verifyemail?CompanyID=@ID&EmailToken=@VerifyPassword"" style=""background-color: oklch(.76 .13 84); color: #ffffff; text-decoration: none; padding: 15px 25px; font-size: 16px; border-radius: 5px; display: inline-block;"">Verify Email</a>
</p> </p>
<p>If you didn't create an account please ignore this email.</p> <p>If you didn't link a company to your account please ignore this email.</p>
<p>Best regards</p> <p>Best regards</p>
</div> </div>
<div style=""padding: 10px; text-align: center; background-color: oklch(.15 .065 264); color: #888888; font-size: 12px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;""> <div style=""padding: 10px; text-align: center; background-color: oklch(.15 .065 264); color: #888888; font-size: 12px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;"">