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

(PC-33946)[API] feat: add publicationDate in offer route & indexation #15959

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bpeyrou-pass
Copy link
Contributor

@bpeyrou-pass bpeyrou-pass commented Jan 21, 2025

But de la pull request

Ticket Jira (ou description si BSR) : https://passculture.atlassian.net/browse/PC-33946

Vérifications

  • J'ai écrit les tests nécessaires
  • J'ai mis à jour le fichier des plans de tests du portail pro si nécessaire
  • J'ai mis à jour la liste des routes et des titres de pages du portail pro si j'en ai rajouté/modifié ou supprimé une.
  • J'ai relu attentivement les migrations, en particulier pour éviter les locks, et je préviens les équipes Shérif et Data
  • J'ai ajouté des screenshots pour d'éventuels changements graphiques
  • J'ai fait la revue fonctionnelle de mon ticket


@is_eligible_for_search.expression # type: ignore[no-redef]
def is_eligible_for_search(cls) -> BooleanClauseList: # pylint: disable=no-self-argument
return sa.and_(cls._released, Stock._bookable)
return sa.or_(
sa.and_(
Copy link
Contributor Author

@bpeyrou-pass bpeyrou-pass Jan 21, 2025

Choose a reason for hiding this comment

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

@tconte-pass je me demande si l'ordre du or_ (d'abord la future offer puis ensuite l'offer released) a un impact sur la perf ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Je suppose que c'est postgres qui se charge de faire sa planification derrière ...
Mais ça me paraît bien comme ça, je pense pas que is_offer_released_with_bookable_stock soit plus rapide à calculer que la condition sur la futureOffer

Copy link
Contributor

github-actions bot commented Jan 21, 2025

Visit the preview URL for this PR (updated for commit 9a308b7):

https://pc-pro-testing--pr15959-pc-33946-vm24f3wz.web.app

(expires Thu, 23 Jan 2025 17:04:10 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 032d233ee67e1c50d6af12e29c936c7076770eb1

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