-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limiter les résultats de l'export pour l'utilisateur
Le but de ce commit est de limiter les fiches exportables par un utilisateur/utilisatrice donné à ce qui est effectivement visible dans l'outil. Ainsi la prise en compte des règles de visibilité empéche un agent de voir dans l'export des fiches qu'il ne verrait pas dans l'outil. Au cours de mes tests je me suis rendu compte que l'export était relativement lent même pour une base relativement petite (~800 lignes dans le fichier CSV). J'ai optimisé et rendu les tests plus réalistes avec l'utilisation de _fill_optional.
- Loading branch information
Showing
4 changed files
with
45 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters