Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api(search): corrige experiência do usuário e adiciona verificações #107

Merged
merged 18 commits into from
Nov 28, 2023

Conversation

caio-felipee
Copy link
Collaborator

Issue:
close #102

O que foi feito?

  • Corrigido a experiência do usuário ao ter uma busca mais aprimorada
  • Adicionado testes para o novo sistema de busca
  • Adicionado verificação quando o usuário deseja fazer uma busca com menos de 4 caracteres
  • Adicionado testes para a verificação

@caio-felipee caio-felipee added bug Something isn't working task Tasks related to code or requirements of the project back-end related to back-end development labels Nov 27, 2023
@caio-felipee caio-felipee added this to the Sprint 11 milestone Nov 27, 2023
@caio-felipee caio-felipee self-assigned this Nov 27, 2023
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c59a8ea) 99.81% compared to head (4aa4836) 99.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #107   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          40       43    +3     
  Lines        1073     1099   +26     
=======================================
+ Hits         1071     1097   +26     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mateusvrs mateusvrs requested review from GabrielCastelo-31 and removed request for henriquecq November 28, 2023 01:28
@mateusvrs mateusvrs requested review from mateusvrs and removed request for GabrielCastelo-31 and henriquecq November 28, 2023 14:53
@mateusvrs mateusvrs merged commit c0d884b into main Nov 28, 2023
3 of 4 checks passed
@mateusvrs mateusvrs deleted the task/search-api branch November 28, 2023 14:54
@mateusvrs mateusvrs restored the task/search-api branch November 28, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end related to back-end development bug Something isn't working task Tasks related to code or requirements of the project
Projects
Status: ✅ Feito
Development

Successfully merging this pull request may close these issues.

api(search): adicionar número mínimo de caracteres para busca
3 participants