devnotcom / devnot-mentor-back-end

Devnot Mentor projesinin Back-end ve Rest API kaynak kodlarını içermektedir.
MIT License
69 stars 21 forks source link

Mentor'e Talepte Bulunan Öğrenci Listesinin Getirilmesi #14

Closed yusufyilmazfr closed 3 years ago

yusufyilmazfr commented 3 years ago

Mentor'lerden destek almak için istek gönderen öğrenci listesini getiren API'nın yazılması gerekmektedir.

Mentee (öğrenci), destek almak ve sürece devam etmek için Mentor'e istek göndermektedir. Bu istekler MentorApplications tablosunda tutulmaktadır. Bu sınıf ve buna ait repository üzerinden ilgili Mentor'e ait Mentee(öğrenci) listesi getirilebilir.

İşlemlerin yapılacağı,

İlgili controller: MentorController.cs İlgili servis: MentorService.cs İlgili repository: MentorRepository.cs | MentorApplicationsRepository.cs (Uygunluk durumuna göre biri seçilebilir.)


MentorService sınıfı DevnotMentor.Api.Services namespace altındadır. MentorRepository | MentorApplicationsRepository sınıfları DevnotMentor.Api.Repositories namespace altındadır. MentorController sınıfı DevnotMentor.Api.Controllers namespace altındadır.

yusufyilmazfr commented 3 years ago

https://github.com/devnotcom/devnot-mentor-back-end/pull/24 içerisinde @halilkocaoz tarafından yapıldı. 🚀