#52 Localisation des candidatures et temps de trajet#53
Merged
Conversation
- Champ `localisation` sur Candidature (zone géographique de l'offre). - CV par défaut (`par_defaut`, `set_as_default`, `default`, `home_location`) : son adresse analysée sert d'origine aux trajets. - Fiche candidature : carte « Temps de trajet » qui géocode les deux adresses (Nominatim) et calcule un itinéraire routier via OSRM côté client, + lien 🚆 vers Google Maps pour le transport en commun. - Extension Chrome : récupération de la zone géographique via `jobLocation` (schema.org) puis sélecteurs DOM (LinkedIn connecté, Indeed…), champ et envoi. - API : prise en charge du champ `localisation`. - UI : actions de liste en boutons-icônes (👁️ ✏️ 🗑️ 📦 ♻️ ⭐), étoile « CV par défaut », téléchargement d'un CV via menu déroulant par format (fichier, PDF, JSON Resume, Europass, HR-Open). - Tests, migration 0022, docs (CLAUDE.md, GUIDE.md). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
This was referenced Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Ferme #52.
Fonctionnalités
localisation(zone géographique de l'offre), saisissable au formulaire et renvoyé par l'API de l'extension.par_defaut) ; son adresse analysée par l'IA (home_location) sert d'origine aux calculs de trajet.jobLocation(schema.org JSON-LD) puis sélecteurs DOM (LinkedIn connecté, Indeed, génériques) ; nouveau champ « Localisation » dans la popup.UI
Technique
0022_candidature_localisation_cv_par_defaut.LocalisationTrajetTests) ; suite complète : 144 tests OK.CLAUDE.md,chrome-extension/GUIDE.md).Note
Aucun service OSM gratuit ne calcule d'itinéraire transport-en-commun sans clé : le calcul routier (OSRM) est affiché localement et le lien 🚆 délègue le calcul transport-en-commun à Google Maps.
🤖 Generated with Claude Code