Skip to content

[FEATURE] Créer l'API interne pour mettre à disposition les données des participations par campagne (PIX-17351) #12014

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

Conversation

alicegoarnisson
Copy link
Contributor

🌸 Problème

Les données concernant les participations à une campagne doivent être mises à disposition aux partenaires qui le demandent.

🌳 Proposition

On enrichit une méthode existante sur CampaignsApi pour créer une API interne à l'usage de Team-Maddo.

🐝 Remarques

🤧 Pour tester

@pix-bot-github
Copy link

Une fois les applications déployées, elles seront accessibles via les liens suivants :

Les variables d'environnement seront accessibles via les liens suivants :

@alicegoarnisson alicegoarnisson force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch from 9e43a1c to 45f0e09 Compare April 9, 2025 15:54
@alicegoarnisson alicegoarnisson marked this pull request as ready for review April 10, 2025 08:37
@alicegoarnisson alicegoarnisson requested a review from a team as a code owner April 10, 2025 08:37
@alicegoarnisson alicegoarnisson force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch 2 times, most recently from e8a1114 to 5e01670 Compare April 10, 2025 09:34
@Alexandre-Monney Alexandre-Monney changed the title [FEAT] Créer l'API interne pour mettre à disposition les données des participations par campagne (PIX-17351) [FEATURE] Créer l'API interne pour mettre à disposition les données des participations par campagne (PIX-17351) Apr 10, 2025
@alicegoarnisson alicegoarnisson force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch 2 times, most recently from 3919224 to d7d3336 Compare April 10, 2025 11:39
@alicegoarnisson alicegoarnisson force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch from d7d3336 to bead9b0 Compare April 10, 2025 13:01
@alicegoarnisson alicegoarnisson force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch 2 times, most recently from 4d41052 to 86224f4 Compare April 10, 2025 16:50
expect(campaignsWithReports[0]).to.deep.include(
_.pick(campaign, [
expect(campaignsWithReports[0]).to.deep.include({
..._.pick(campaign, [
Copy link
Contributor

Choose a reason for hiding this comment

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

thought: je trouve cette rédaction un peu difficile à lire

@xav-car xav-car force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch from 3f9f3ef to b4079bd Compare April 14, 2025 14:43
@alicegoarnisson alicegoarnisson force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch from 07fa0da to 8f836e0 Compare April 14, 2025 15:18
@alicegoarnisson alicegoarnisson added the 👀 Func Review Needed Need PO validation for this functionally label Apr 14, 2025
@xav-car xav-car force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch from 8f836e0 to e363fa5 Compare April 14, 2025 15:32
Comment on lines 550 to 551
expect(campaignsWithReports[0]).to.deep.include({
..._.pick(campaign, [
Copy link
Contributor

Choose a reason for hiding this comment

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

Le spread n'est pas nécessaire

Suggested change
expect(campaignsWithReports[0]).to.deep.include({
..._.pick(campaign, [
expect(campaignsWithReports[0]).to.deep.include(
_.pick(campaign, [

@machestla machestla added Tech Review OK and removed 👀 Func Review Needed Need PO validation for this functionally 👀 Tech Review Needed labels Apr 15, 2025
@alicegoarnisson alicegoarnisson force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch from c76af31 to 78a5b89 Compare April 15, 2025 12:52
@pix-service-auto-merge pix-service-auto-merge force-pushed the pix-17351-update-campaigns-api-to-get-details-by-subject branch from 78a5b89 to 28a32f8 Compare April 15, 2025 13:16
@pix-service-auto-merge pix-service-auto-merge merged commit cea3a8e into dev Apr 15, 2025
9 of 11 checks passed
@pix-service-auto-merge pix-service-auto-merge deleted the pix-17351-update-campaigns-api-to-get-details-by-subject branch April 15, 2025 13:22
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.

10 participants