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

Feat implementando funcionalidades filter #154

Merged
merged 5 commits into from
Aug 14, 2024

Conversation

m4rllon
Copy link
Collaborator

@m4rllon m4rllon commented Aug 14, 2024

Descrição

Descreva aqui as alterações feitas no pull request. Seja claro e conciso, e explique por que essas alterações são necessárias.

Tipo de Alteração

  • Correção de bug (alteração que corrige um problema)
  • Nova funcionalidade (alteração que adiciona uma funcionalidade)
  • Alteração na documentação (nenhuma alteração no código)
  • Refatoração de código (nenhuma alteração funcional ou correção de bug)
  • Alteração de configuração (ajustes em configurações ou arquivos de build)

Checklist

  • O código segue os padrões do projeto
  • Adicionei testes que comprovam que minha alteração é eficaz ou que minha funcionalidade funciona
  • Atualizei a documentação correspondente (se aplicável)
  • Verifiquei se há dependências quebradas e corrigi se necessário

@m4rllon m4rllon added bug Something isn't working Feature Adicionar uma nova feature para o projeto labels Aug 14, 2024
@m4rllon m4rllon requested a review from MariaCHelena August 14, 2024 02:38
@m4rllon m4rllon self-assigned this Aug 14, 2024
Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for licitabsb ready!

Name Link
🔨 Latest commit 40a3525
🔍 Latest deploy log https://app.netlify.com/sites/licitabsb/deploys/66bc1b36786e6d000880fe5c
😎 Deploy Preview https://deploy-preview-154--licitabsb.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -68,6 +75,14 @@ export default function Filter({
setOrgaosDados((curr) => [...curr, ...orgaos.results]);
};

useEffect(() => {
console.log(filterParams.orgao.split(','));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remover console.log

frontend/src/pages/bidding-list/filter/index.jsx Outdated Show resolved Hide resolved
Copy link
Collaborator

@MariaCHelena MariaCHelena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Muito bommm!

@MariaCHelena MariaCHelena merged commit 700a7e1 into main Aug 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Feature Adicionar uma nova feature para o projeto
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants