InFiNet-Code-AB / Dojo-BE

0 stars 3 forks source link

#30 course menagament fix get all courses by search term #142

Closed BojanMirkovic closed 6 months ago

BojanMirkovic commented 6 months ago

Fix get all courses by search term

Description

I have changed and modified GetAllCorsesBySearchCriteria

Changes Made

Changes I made: CourseControler method name, GetAllCoursesBySearchCriteriaQueryHandler, ICorseRepository and CourseRepository. All tests are updated.

Related Ticket or Issue

Checklist

BojanMirkovic commented 6 months ago

There is no need for Dto, SearchCriteria model is having same properties as user and course or those properties that we want to use as search criteria. I have moved model SearcCriteria to Domain-Layer