Update todo
This commit is contained in:
@@ -9,16 +9,13 @@ Server:
|
||||
Update the company rating
|
||||
|
||||
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:
|
||||
Need to update notification email to follow theme of website
|
||||
Create page to notify cx that their work email has been verified
|
||||
|
||||
JobListingController:
|
||||
Dont refresh on every filter edit
|
||||
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
|
||||
Need to work on job filtering more
|
||||
|
||||
Validation:
|
||||
Alot of the validation is only taking place client side.
|
||||
|
||||
@@ -21,12 +21,12 @@ namespace BoredCareers.Services {
|
||||
</div>
|
||||
<div style=""padding: 20px; text-align: left; font-size: 16px; color: oklch(.76 .1 264);"">
|
||||
<p>Hi @CompanyName,</p>
|
||||
<p>Thank you for making an account with us</p>
|
||||
<p>In order to start using your account we need to verify your email address by clicking the link below:</p>
|
||||
<p>Thank you for connecting your company to our service</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;"">
|
||||
<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>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>
|
||||
</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;"">
|
||||
|
||||
Reference in New Issue
Block a user