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 solicitudes por aquellas que no tengan un voluntario asignado #180

Merged
merged 7 commits into from
Nov 9, 2024

Conversation

PabloGracia
Copy link
Collaborator

@PabloGracia PabloGracia commented Nov 9, 2024

Parece grande, pero 12 archivos son tests y seeds de SQL

Con esta PR:

  • Los usuarios pueden filtrar las solicitudes por aquellas que no tengan nadie asignado
  • Añade una columna nueva a la table de help_requests para tener un counter del número de asignados.
  • Hace una migración para rellenar esa columna
  • Añade seeds para esa tabla para ayudar con local development
  • Actualiza los tests. Fallaban todos por el nuevo modal de confirmar cookies, y hemos eliminado algunos botones de la sidebar también

image

Copy link

vercel bot commented Nov 9, 2024

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

Name Status Preview Comments Updated (UTC)
dana ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 9, 2024 1:21pm

Copy link

supabase bot commented Nov 9, 2024

Updates to Preview Branch (feat/filter-by-non-volunteers) ↗︎

Deployments Status Updated
Database Sat, 09 Nov 2024 13:21:28 UTC
Services Sat, 09 Nov 2024 13:21:28 UTC
APIs Sat, 09 Nov 2024 13:21:28 UTC

Tasks are run on every commit but only new migration files are pushed.
Close and reopen this PR if you want to apply changes from existing seed or migration files.

Tasks Status Updated
Migrations Sat, 09 Nov 2024 13:21:29 UTC
Seeding Sat, 09 Nov 2024 13:21:30 UTC
Edge Functions Sat, 09 Nov 2024 13:21:30 UTC

View logs for this Workflow Run ↗︎.
Learn more about Supabase for Git ↗︎.

@@ -191,7 +191,7 @@ verify_enabled = true
# `discord`, `facebook`, `github`, `gitlab`, `google`, `keycloak`, `linkedin_oidc`, `notion`, `twitch`,
# `twitter`, `slack`, `spotify`, `workos`, `zoom`.
[auth.external.google]
enabled = true
enabled = false
Copy link
Collaborator

Choose a reason for hiding this comment

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

y esto? en prod deberia estar a true diría

@Pinx0 Pinx0 merged commit 20934bc into main Nov 9, 2024
5 checks passed
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.

2 participants