InFiNet-Code-AB / Dojo-BE

0 stars 3 forks source link

#30 course menagament list all available courses #131

Closed BojanMirkovic closed 6 months ago

BojanMirkovic commented 6 months ago

30 course menagament list all available courses by search criteria Id,Subject,Language, Teachers full name

Description

I have tried to create Search option to get all courses based on name, id, subject or language. Test are working but messages from validator are too general by my opinion, I was not sure how to fix that. Please carefully check PR and suggest changes if something is necessary to be changed.

Changes Made

Related Ticket or Issue

106

Checklist

HubTicaBB commented 6 months ago

LGTM in general. :) The only thing I would double check is using POST request instead of GET, because of the complexitiy and potential lenght of search criteria.