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
[x] Code adheres to the coding conventions
[x] Unit tests are added for new code
[x] Existing unit tests are updated if needed
[x] Code follows the principles of Clean Architecture
[x] Code formatting complies with the .editorconfig file
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.
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
.editorconfig
file