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
{{ message }}
This repository was archived by the owner on Jun 24, 2019. It is now read-only.
In order to support the current filtering in the alpha app, we need to add filtering to the current list of users endpoint /api/get-users.
We also need a way to set users as mentors, currently all users are equal but we need to returns mentors only, maybe adding another field to the user model will do the trick mentor: true | false.