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

feat: nombre de personnes concernées par catégorie dans les stats d'action #569

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

rap2hpoutre
Copy link
Contributor

No description provided.

for (const action of actionsWithDetailedGroupAndCategories) {
const cat = action.category || "Non renseigné";
if (!personsByActionCategory[cat]) personsByActionCategory[cat] = new Set();
// Je ne sais pas pourquoi certaines actions ont plusieurs "person".
Copy link
Collaborator

Choose a reason for hiding this comment

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

effectivement, tu sais d'où ça vient ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Non je note dans une issue pour chercher

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rap2hpoutre rap2hpoutre merged commit 3210fc0 into main Sep 5, 2024
4 checks passed
@rap2hpoutre rap2hpoutre deleted the person-categories-action branch September 5, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants