sef-global / scholarx-backend

This is the backend of the ScholarX
MIT License
11 stars 38 forks source link

Update get mentor categories endpoint (public) to send category IDs #82

Closed Madhawa97 closed 9 months ago

Madhawa97 commented 9 months ago

Description: Currently, the api/categories endpoint only returns a list of category names. The category IDs are required during the mentor application process.

Tasks: Add the category IDs to the response.

Acceptance Criteria: Should be able to get all categories with their IDs.

Additional Information: Endpoint implemented with #16

Related Dependencies or References: