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

Filtrar anúncios nas páginas de conteúdos #1757

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

aprendendofelipe
Copy link
Collaborator

Mudanças realizadas

Adiciona filtros na função getRandom para permitir:

  • Preferir mostrar anúncios do próprio usuário em seus conteúdos
  • Não mostrar anúncios de outros usuários nas páginas de anúncios
  • Nunca mostrar no banner o mesmo anúncio que está sendo visitado

Com isso atende ao sugerido em #1747 (comment) e resolve #1756 .

Tipo de mudança

  • Correção de bug
  • Nova funcionalidade

Checklist:

  • As modificações não geram novos logs de erro ou aviso (warning).
  • Eu adicionei testes que provam que a correção ou novo recurso funciona conforme esperado.
  • Tanto os novos testes quanto os antigos estão passando localmente.

Copy link

vercel bot commented Jul 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tabnews ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 18, 2024 10:03pm

Now accepts additional options for filtering the results.

The options include ignoreId, ownerId, and tryOtherOwners.

This allows for more flexibility in retrieving random advertisements based on specific criteria.
@aprendendofelipe aprendendofelipe merged commit 1b76c99 into main Jul 18, 2024
7 checks passed
@aprendendofelipe aprendendofelipe deleted the prefer-owner-ads branch July 18, 2024 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Página de anúncio tem link para o próprio anúncio
2 participants