You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's possible to create two active mentoring relationships by accepting two invites. The invitation pre-save hook should not create a new active relationship if one already exists.
The text was updated successfully, but these errors were encountered:
Could we relax this, so that a mentor can have multiple active mentees? and leave it up to the discretion of a mentee not to attempt to request multiple mentors?
The other mechanism to prevent this happening would be to toggle mentor searching for mentees who has just had, or has, accepted an invite.
On 2017-02-14 15:49, StephenS wrote:
Could we relax this, so that a mentor can have multiple active
mentees? and leave it up to the discretion of a mentee not to attempt
to request multiple mentors?
The other mechanism to prevent this happening would be to toggle
mentor searching for mentees who has just had, or has, accepted an
invite.
Though should we need to constrain?
I think I meant by the initial issue that currently person A could
invite person B to be their mentee twice and end up with two records in
the database indicating that A is mentoring B. That's obviously bad :).
Currently it's possible to create two active mentoring relationships by accepting two invites. The invitation pre-save hook should not create a new active relationship if one already exists.
The text was updated successfully, but these errors were encountered: