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

Résout un bug de comptage des organisations #573

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

tut-tuuut
Copy link
Member

🌮 Objectif

Résoudre ce bug de comptage sur la page statistiques, remonté par @matteo-goracci :

bug-comptage-structure

🔍 Implémentation

  • Ajout d'un test
  • Résolution du bug en changeant le mode de filtrage

🖼️ Images

La requête SQL avant : on voit les multiples join et outer join qui peuvent mener à des doublons.

Capture d’écran 2022-03-08 à 14 03 12

La requête après : elle a une drôle de tête aussi (je n'aurais pas écrit ça pareil) mais elle a moins de jointures et elle donne le bon nombre de lignes. Surtout grâce au distinct au début.

Capture d’écran 2022-03-08 à 14 03 50

@tut-tuuut
Copy link
Member Author

@liviaribeiro cette PR pourra t'intéresser à ton retour de vacances :)

@tut-tuuut tut-tuuut merged commit 47c34bc into main Mar 8, 2022
@tut-tuuut tut-tuuut deleted the ahr/fix-statistics-weird-bug branch March 8, 2022 14:29
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