sef-global / scholarx-backend

This is the backend of the ScholarX
MIT License
8 stars 32 forks source link

Add filter by categoryId for the admin get mentor applications endpoint #104

Closed Madhawa97 closed 1 month ago

Madhawa97 commented 3 months ago

Description: Currently admin get mentor applications endpoint only supports filtering by mentor status.

Tasks: Add the category filter via a query param categoryId

Acceptance Criteria: The endpoint should support both status and categoryId query params

Additional Information:

Related Dependencies or References: Adds support for : https://github.com/sef-global/scholarx-frontend/pull/90