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] Autoriser l'affichage des campagnes de type EXAM sur le dashboard d'un utilisateur (PIX-16821) #11607

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

xav-car
Copy link
Contributor

@xav-car xav-car commented Mar 7, 2025

🥞 Problème

Actuellement nous n'affichons pas la campagne de type EXAM sur le dashboard des overviews

🥓 Proposition

Ajouter la condition des type EXAM dans le repo campaign-participation-overview-repository.js

🧃 Remarques

RAS

😋 Pour tester

Faire une campagne de type EXAM, et vérifier qu'elle affiche la carte de la campagne de type EXAM

@xav-car xav-car self-assigned this Mar 7, 2025
@xav-car xav-car added 👀 Tech Review Needed 👀 Func Review Needed Need PO validation for this functionally team-noa(h) noa - noah 🎾 labels Mar 7, 2025
@xav-car xav-car marked this pull request as ready for review March 7, 2025 14:45
@xav-car xav-car requested a review from a team as a code owner March 7, 2025 14:45
@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 :

@@ -634,5 +634,61 @@ describe('Integration | Repository | Campaign Participation Overview', function
expect(campaignParticipationOverviews).to.have.lengthOf(0);
});
});

context('when there is an campaign of PROFILE_COLLECTION', function () {
Copy link
Member

Choose a reason for hiding this comment

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

of type

});
});

context('when there is an campaign of EXAM', function () {
Copy link
Member

Choose a reason for hiding this comment

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

of type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👀 Func Review Needed Need PO validation for this functionally 👀 Tech Review Needed team-noa(h) noa - noah 🎾
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants