-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api(search): Filtra busca por nome do professor (#167)
* api(search): Adiciona testes para a busca por nome de professor - Testes para casos de busca com nome completo, nome parcial e sobrenome. * api(search):Adiciona filtro de busca por professor - Apenas as turmas que possuem o professor buscado serão retornadas * api(search): Reduz complexidade cognitiva da view de busca - Foram adicionadas funções para reduzir a complexidade da view de busca * api(searh): Reduz a quantidade de argumetos da função get_serialized_data
- Loading branch information
1 parent
ffc8dc2
commit 3455261
Showing
4 changed files
with
308 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.