-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement Get all mentees by status endpoint (Admin) #31
Milestone
Comments
Hi @anjula-sack i would like to work on this issue |
Go ahead @loshithan |
@anjula-sack Shall I work on this issue please ? |
6 tasks
@anjula-sack can you review this |
Chanukaa2002
added a commit
to Chanukaa2002/scholarx-backend
that referenced
this issue
Feb 7, 2025
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: