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

[FEATURE] exporte les champs supplémentaires fourni lors de l'import (PIX-13695) #10145

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

lionelB
Copy link
Contributor

@lionelB lionelB commented Sep 19, 2024

🦄 Problème

Avec la mis à disposition de l'import à format certaines colonne ne sont plus remplis et donc plus présentes. Nous avons besoin de savoir quelles colonnes de l'import à format peut être exporter dans les résultats CSV

🤖 Proposition

Ajouter une config au niveau du header qui portera le paramètre exportable true/false

🌈 Remarques

💯 Pour tester

  • Se connecter sur Orga.
  • Aller sur un campagne de collecte de profil
  • Faire un téléchargement de CSV et vérifier que la colonne classe apparaît
  • Aller sur un campagne d'évaluation
  • Faire un téléchargement de CSV et vérifier que la colonne classe apparaît

@lionelB lionelB changed the title feat(api): add exportableColumns getter on OrganizationImportFormat m… [FEATURE] exporte les champs supplémentaires fourni lors de l'import (PIX-13695) Sep 19, 2024
@lionelB lionelB force-pushed the PIX-13695/handle-exportable-column branch from 2f88ffb to 32c8ab7 Compare September 19, 2024 15:13
@xav-car xav-car force-pushed the PIX-13695/handle-exportable-column branch 3 times, most recently from 7422e09 to e926390 Compare September 20, 2024 14:57
@@ -23,6 +23,7 @@ describe('Integration | Repository | Campaign Participation Info', function () {
lastName: 'Last',
division: null,
group: null,
attributes: { hobby: 'Wan' },
Copy link
Contributor

Choose a reason for hiding this comment

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

Je valide 👍

@xav-car xav-car force-pushed the PIX-13695/handle-exportable-column branch 2 times, most recently from 86ec06a to 149fd7d Compare September 23, 2024 10:01
@lionelB lionelB force-pushed the PIX-13695/handle-exportable-column branch from 149fd7d to 670ce72 Compare September 23, 2024 15:20
@lionelB lionelB force-pushed the PIX-13695/handle-exportable-column branch from 670ce72 to 275beaa Compare September 23, 2024 15:23
@lionelB lionelB marked this pull request as ready for review September 23, 2024 15:27
@lionelB lionelB requested a review from a team as a code owner September 23, 2024 15:27
@lionelB lionelB force-pushed the PIX-13695/handle-exportable-column branch from 275beaa to 1a4c1d9 Compare September 23, 2024 15:36
@lionelB lionelB force-pushed the PIX-13695/handle-exportable-column branch from 1a4c1d9 to 855cdd8 Compare September 23, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants