wizeline / project-lab

Proposal Hunt / Project Lab experimental repo
MIT License
5 stars 0 forks source link

Relate Interns with Mentors #347

Open jackbravo opened 2 years ago

jackbravo commented 2 years ago

Create a new tab or section on our homepage for Interns and My Interns displaying the list of people that added for themselves the role of Mentor, and allow them to add mentees to the slots they have available.

Create table: mentorships (mentor_id, mentee_id, start_date, end_date (nullable))

Depends on #348.

jackbravo commented 2 years ago

Open discussion

Are mentor_id and mentee_id relationships to ProjectMembers or Profiles table?