sef-global / scholarx-backend

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

Mentees counts on mentor application #175

Closed Disura-Randunu closed 1 month ago

Disura-Randunu commented 1 month ago

Purpose

The purpose of this PR is to fix #174

Goals

To include applied mentees count & available metee slots in the public /mentors endpoint.

Approach

Modified util method which modifies the response of /mentors endpoint. Also made relational item to be avaialble via the ORM select query.

Screenshots

Checklist

Related PRs

## Test environment ## Learning
Disura-Randunu commented 1 month ago

@anjula-sack made the PR for #174