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: ajout filtre secteur professionnel #3155

Merged
merged 17 commits into from
Aug 31, 2023
Merged

Conversation

totakoko
Copy link
Contributor

@totakoko totakoko commented Aug 31, 2023

Contenu :

  • nouveau filtre secteur professionnel sur la page indicateurs
  • extraction de l'arborescence ROME pour l'afficher dans le composant
  • ajout d'une collection rncp dont les données proviennent de pole emploi
  • ajout des codes rome dans effectif._computed.formation.codes_rome

Bug :

  • j'aurais voulu faire en sorte que la recherche déplie automatiquement les noeuds qui correspondent mais ça lève une exception dans la lib 👉 issue existante

Au déploiement, il faudra lancer les script :

  • hydrate:rncp-romes
  • hydrate:effectifs-computed

J'ai ajouté des dépendances côté serveur liés au parsing xml + décompression zip. Idéalement, ça devrait sortir du serveur mais comme on est très monolithique... voilà. 🙃

import { read, utils } from "xlsx";

async function main() {
const res = await axios.get("https://www.pole-emploi.fr/files/live/sites/PE/files/ROME_ArboPrincipale.xlsx", {
Copy link
Contributor

Choose a reason for hiding this comment

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

bonus : éventuellement en constante si jamais ca bouge

Copy link
Contributor Author

Choose a reason for hiding this comment

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

En soi, ce literal est une constante 😁
Comme cette URL n'est utilisée qu'à un seul endroit et qu'elle ne risque pas de changer prochainement, j'ai préféré ne pas mettre de variable intermédiaire.
Bien sûr, si un jour on doit être amenés à changer cette URL manuellement et régulièrement, alors on pourra retoucher cette partie pour mettre plus en évidence les parties variables qui doivent être configurées.
Sachant que si l'URL change, il y aura probablement un changement de format, et dans ce cas le script en entier sera alors à revoir.

Copy link
Contributor

@sbenfares sbenfares left a comment

Choose a reason for hiding this comment

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

Ok pour moi

Comment on lines +82 to +83
? // hack: reverse pour faire en sorte que l'id root soit en dernier sinon la lib sélectionne
// le dernier élément et on perd le focus de la recherche
Copy link
Contributor

Choose a reason for hiding this comment

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

👍🏼

@totakoko totakoko changed the title Filtre domaine activite feat: ajout filtre secteur professionnel Aug 31, 2023
@totakoko totakoko merged commit b2f8b2c into master Aug 31, 2023
@totakoko totakoko deleted the filtre_domaine_activite branch August 31, 2023 13:28
@github-actions
Copy link

github-actions bot commented Sep 4, 2023

🎉 This PR is included in version 3.30.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants