Closed edmondpr closed 1 year ago
Design: https://www.figma.com/file/DgrKZX9mS13Zgf7k5pZ1WT/Partner-web-app?type=design&node-id=727-2&mode=design&t=rESN2vPU0w6pDYKl-4
If the logged in user is a from a partner company, the following data will be made available:
The data will be made available on the /api/v1/partners/{partner_id}/mentors/stats endpoint.
/api/v1/partners/{partner_id}/mentors/stats
The results will take into consideration the search term and the selected date range (passed in the body of the API request).
@tahir-shahzad4 / @edmondpr Created this PR: https://github.com/MentorsWithoutBorders/mwb-connect-backend/pull/21
@edmondpr / @tahir-shahzad4 Considering pull request merged, closing this ticket.
Design: https://www.figma.com/file/DgrKZX9mS13Zgf7k5pZ1WT/Partner-web-app?type=design&node-id=727-2&mode=design&t=rESN2vPU0w6pDYKl-4
If the logged in user is a from a partner company, the following data will be made available:
The data will be made available on the
/api/v1/partners/{partner_id}/mentors/stats
endpoint.The results will take into consideration the search term and the selected date range (passed in the body of the API request).