-
Notifications
You must be signed in to change notification settings - Fork 58
[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
[FEATURE] Créer l'API interne pour mettre à disposition les données des participations par campagne (PIX-17351) #12014
Conversation
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
9e43a1c
to
45f0e09
Compare
e8a1114
to
5e01670
Compare
3919224
to
d7d3336
Compare
api/src/prescription/campaign/domain/usecases/find-paginated-filtered-organization-campaigns.js
Outdated
Show resolved
Hide resolved
api/tests/prescription/campaign/unit/application/api/campaigns-api_test.js
Show resolved
Hide resolved
d7d3336
to
bead9b0
Compare
4d41052
to
86224f4
Compare
expect(campaignsWithReports[0]).to.deep.include( | ||
_.pick(campaign, [ | ||
expect(campaignsWithReports[0]).to.deep.include({ | ||
..._.pick(campaign, [ |
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.
thought: je trouve cette rédaction un peu difficile à lire
3f9f3ef
to
b4079bd
Compare
07fa0da
to
8f836e0
Compare
8f836e0
to
e363fa5
Compare
expect(campaignsWithReports[0]).to.deep.include({ | ||
..._.pick(campaign, [ |
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.
Le spread n'est pas nécessaire
expect(campaignsWithReports[0]).to.deep.include({ | |
..._.pick(campaign, [ | |
expect(campaignsWithReports[0]).to.deep.include( | |
_.pick(campaign, [ |
c76af31
to
78a5b89
Compare
Co-Authored-By: alicegoarnisson <[email protected]>
Co-Authored-By: alicegoarnisson <[email protected]> Co-Authored-By: Yvonnick FRIN <[email protected]>
…etences models in tests into domainBuilder
…OrganizationCampaigns
78a5b89
to
28a32f8
Compare
🌸 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