sef-global / scholarx-backend

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

implement get all mentors public endpoint #90

Closed janithlahirukariyawasam closed 8 months ago

janithlahirukariyawasam commented 8 months ago

Purpose

The purpose of this PR is to fix #14

Goals

The goal of this PR is to implement get all mentors public endpoint

Approach

Screenshots

image

image

Checklist

Related PRs

## Test environment ## Learning
janithlahirukariyawasam commented 8 months ago

@anjula-sack I think it is good to write unit test cases for the service layer instead of the routes. and I think the reason for the test failure is we wrote unit test cases without mocking the repositories

anjula-sack commented 8 months ago

@anjula-sack I think it is good to write unit test cases for the service layer instead of the routes. and I think the reason for the test failure is we wrote unit test cases without mocking the repositories

Can you create an issue for that? @janithlahirukariyawasam