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
I'm not keen on the person form asking me "Would you like to be a mentor?" and "mentee?" when it could just check to see if I've put anything into the associated textareas to determine this on its own.
This should be a fairly simple change:
Remove the checkboxes from the person#_form.
Add Person#mentor? and Person#mentee? and use those instead of the current checks in the person#show form.
Rework the Person::mentors and ::mentees scopes to return records whose "mentor_topics" and "mentee_topics" are present.
Thoughts?
The text was updated successfully, but these errors were encountered:
I'm not keen on the person form asking me "Would you like to be a mentor?" and "mentee?" when it could just check to see if I've put anything into the associated textareas to determine this on its own.
This should be a fairly simple change:
Thoughts?
The text was updated successfully, but these errors were encountered: