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/table analytics pacea #1673

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

bertranddm
Copy link
Collaborator

modif du versement quotidien des données evenement engagement pour tagguer les MILO_PACEA

@bertranddm bertranddm requested a review from Mzem February 5, 2025 12:04
Comment on lines +161 to +164
CASE
WHEN (evenement_engagement_hebdo.structure = 'MILO' AND jeune.dispositif = 'PACEA') THEN 'MILO_PACEA'
ELSE evenement_engagement_hebdo.structure
END AS structure,
Copy link
Contributor

Choose a reason for hiding this comment

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

Il vaudrait mieux ajouter le dispositif dans les evenement nan ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

En fait l'avantage de modifier à ce moment là c'est qu'ensuite pour l'écriture des tables analytics agrégées (fonctionnalités et engagement) il n'y aura rien besoin de modifier dans le code. l'aggregation par structure se fera directement

Copy link
Contributor

Choose a reason for hiding this comment

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

Et ça va pas trop faire ramer de faire ce CASE sur les evenements hebdo ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Non pas de souci j'ai checké ça tourne rapidement, surtout qu'avec le filtre ça s'applique que sur les évènements de la journée passée

@Mzem Mzem force-pushed the develop branch 3 times, most recently from 2e93f56 to b8da991 Compare February 6, 2025 13:04
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