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
Description:
This issue involves implementing an API to get all mentees by status. The endpoint should allow Admin to make a GET request to {{baseUrl}}/api/admin/mentees?status=ONGOING.
Description:
This issue involves implementing an API to get all mentees by status. The endpoint should allow Admin to make a GET request to
{{baseUrl}}/api/admin/mentees?status=ONGOING
.Example get all approved mentees
Example get all rejected mentees
Example get all pending mentees
Tasks:
/controllers/mentee
endpoint in the backend (create the route mentee if not created).API documentation: https://documenter.getpostman.com/view/27421496/2s93m1a4ac#8744a3ee-970f-489a-853d-8b23fdee8de3
ER diagram: https://drive.google.com/file/d/11KMgdNu2mSAm0Ner8UsSPQpZJS8QNqYc/view
Acceptance Criteria:
/controllers/mentee
is implemented via a GET request.Additional Information:
No
Related Dependencies or References:
No
The text was updated successfully, but these errors were encountered: