-
Notifications
You must be signed in to change notification settings - Fork 24
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
GPS: Transformer la liste des bénéficiaires en tableau #5359
Conversation
🥁 La recette jetable est prête ! 👉 Je veux tester cette PR ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tonial J'ai pushé un petit commit de correctifs UI et now c'est ok pour moi 👍
(je te laisse rebase mon commit après avoir jeté un œil aux modifs)
33bbb32
to
d01d08a
Compare
merci ! |
@@ -30,14 +30,20 @@ def my_groups(request, template_name="gps/my_groups.html"): | |||
.annotate(nb_members=Count("follow_up_group__members")) | |||
.order_by("-created_at") | |||
.select_related("follow_up_group", "follow_up_group__beneficiary", "member") | |||
.prefetch_related("follow_up_group__members") | |||
.prefetch_related( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je me dis qu'un assertSnapshotQueries sur la vue pourrait être bien du coup :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est ajouté
19b5323
to
a5f0437
Compare
a5f0437
to
6ab3e8f
Compare
🤔 Pourquoi ?
https://www.notion.so/gip-inclusion/Transformer-la-liste-des-b-n-ficiaires-en-tableau-14d5f321b604807db116cdd0197dc5ec?pvs=4
🍰 Comment ?
🚨 À vérifier
🏝️ Comment tester
💻 Captures d'écran