-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add isPartnershipMentor checkbox and workplace textfield * update con-profile mapper and recordprops * add codegen output * add mentor_isPartnershipMentor initialValue * Conditionally render the company name input field, add validation * Add isPartnershipMentor checkbox to the occupation section in the profile * fix partnership mentor for both read and write * Add isPartnershipMentor to ReadOccupation, update validation for the work place field * Resolve conflicts * fix partnership_mentor info not being passed on signup * Update signup-complete page for partnership mentors * Add signup complete email for partnership mentors --------- Co-authored-by: Kate <kateryna@redi-school.org> Co-authored-by: Eric Bolikowski <eric@binarylights.com>
- Loading branch information
1 parent
c328378
commit 7925371
Showing
27 changed files
with
178 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
apps/nestjs-api/src/assets/email/templates/signup-complete-mentor-partnership.mjml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<mjml> | ||
<mj-include path="./head.mjml" /> | ||
<mj-body mj-class="body"> | ||
<mj-wrapper background-color="#F0F0F0"> | ||
<mj-section /> | ||
<mj-section css-class="section"> | ||
<mj-column> | ||
<mj-text mj-class="headline">Sign-up complete!</mj-text> | ||
<mj-divider mj-class="divider-top" css-class="divider" /> | ||
|
||
<mj-text mj-class="text" padding="0 0 20px 0" | ||
>Hi ${firstName},</mj-text | ||
> | ||
<mj-text mj-class="text paragraph" | ||
>Great news - you're officially signed up!</mj-text | ||
> | ||
<mj-text mj-class="text paragraph" | ||
>Please take a moment to <a | ||
href="https://connect.redi-school.org/" | ||
class="text-link" | ||
>log into your account</a> and <strong>fill out your profile information</strong>. This step is super important because it helps students get to know you better and understand how you can support them.</mj-text | ||
> | ||
<mj-text mj-class="text paragraph" | ||
>You will receive an application from your assigned student before the mentorship kick off event, make sure you <strong>accept the application</strong> to continue your sessions online.</mj-text | ||
> | ||
|
||
<mj-text mj-class="text">All the best,</mj-text> | ||
<mj-text mj-class="text">Your ReDI Career Support Team</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
<mj-include path="./footer.career.support.team.mjml" /> | ||
<mj-section /> | ||
</mj-wrapper> | ||
</mj-body> | ||
</mjml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
apps/redi-connect/src/components/molecules/ReadOccupation.generated.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.