-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CON/Mentor Sign-up]: Add isPartnershipMentor checkbox for mentors #767
Comments
@katamatata, @helloanil, nice opportunity here for the two of you to practise a Salesforce & backend change (add a Checkbox/boolean field to a custom object). Can you take ownership of this and pull me in as needed? |
@katamatata You can find the backend for this task here: #773. It requires @ericbolikowski's review though. Let's not forget to add |
Thank you, @helloanil! I see that you already added the |
* 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>
Why are we doing this?
As a mentorship program manager, I want to have an easy way to track and approve mentors who sign up on ReDI Connect as an employee of a company that is in a mentorship partnership with ReDI School.
Acceptance criteria (for QA)
AC1: During sign-up, mentor should be able to identify themselves as a corporate mentorship participant and input the name of their employer.
AC2: The company name the mentor provided during sign-up should be displayed in their profile in the
Occupation
section.AC3: The mentor should be able to update their "corporate mentorship participant" status in their profile by unchecking the relevant checkbox.
AC4: The mentorship program manager should be able to identify which mentors participate in the corporate mentorship when viewing their profiles on Salesforce.
What needs to be done?
Occupation
sectionisPartnershipMentor
field to the mentor’s profile on SalesforceUI/UX design assets/specification
Make sure to follow the existing design system and guidelines.
The text was updated successfully, but these errors were encountered: