Open Aime-Patrick opened 3 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
atlp-devpulse-fn | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 20, 2024 3:28pm |
Code Climate has analyzed commit b49ed5ef and detected 0 issues on this pull request.
View more on Code Climate.
Description
This task implements the functionality to send a technical assessment invitation email to applicants based on their email addresses. The email content dynamically includes the applicant's first name, retrieved by populating the
applicantId
field from theTechnicalAssessment
model, which references theTrainees
collection.Changes Made
applicantId
field from theTrainees
collection.sendEmailTemplate
function to send personalized email invitations.Testing
sendEmailTemplate
function correctly includes the applicant's first name in the email body.applicantId
field is missing.How to review
ft-schedule-tech-assessement
.env.example
npm install
, thennpm run dev
to check if the app is running successfullyScreenshots