-
Notifications
You must be signed in to change notification settings - Fork 53
feat: Mentee Profile Approval #586
Copy link
Copy link
Open
Description
Description
After mentee registers, or after they submit applications for the first time, Mentee profile is created with PENDING status. In order for the mentor to accept the mentee application, Mentee Profile should be ACTIVE.
This feature requests to add endpoints to ACCEPT/REJECT mentees profile.
Create below endpoints
/mentees/{menteeId}/accept
/mentees/{menteeId}/reject
Also, guard the endpoint which list the applications for a mentor to list only applications from ACTIVE mentees.
Update this endpoint /mentors/{mentorId}/applications
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels