-
Notifications
You must be signed in to change notification settings - Fork 26
[GEN-1927] Demandeur d’emploi: coordonnées importées des conseillers de France Travail #4573
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
Conversation
itou/gps/excel.py
Outdated
|
|
||
|
|
||
| @timeit | ||
| def parse_gps_import(filename="export_gps.xlsx"): |
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.
À partager avec le PR : #4501
ab7ce04 to
194b428
Compare
|
@hellodeloo j'ai mis à jour la description du PR avec quelques instructions 🙂 n'hésitez pas si j'ai raté qqc ! |
francoisfreitag
left a comment
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.
Seul environ 10 % du fichier semble avoir été importés. Beaucoup de candidats de ce fichier sont inconnus chez nous ?
hellodeloo
left a comment
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.
@calummackervoy j'ai fait ce commit pour corriger l'ui.
8efccb7 to
118458b
Compare
|
🥁 La recette jetable est prête ! 👉 Je veux tester cette PR ! |
118458b to
7b7d076
Compare
| </div> | ||
| </div> | ||
| </div> | ||
|
|
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.
Idéalement, mieux vaut éviter les changements qui n’ont pas de rapport avec la PR en cours.
3cc4143 to
58d1403
Compare
58d1403 to
4dfb37e
Compare
|
J’ai poussé un petit commit de simplification. Une mini suggestion de wording, et c’est tout bon 🎉 ! |
1d9a41f to
b1db5a2
Compare
refactor: FranceTravailContact uses JobSeekerProfile feat(UserDetailView): display France Travail contact feat(import_advisor_information): handle NULL values on contact info make quality remove superfluous address information in test fix: some ui adjusments refactor: requested changes fix(import_advisor_information.py): progress counting on matches, not row imports refactor: requested changes feat(gps): track expand events on conseiller infos feat(gps): added matomo tracking on new feature fix: CSS classes on clipboard button Speed up the command Instead of reading continuously the Excel document, load interesting data into a dict and address content by NIR. Remove unused count_missing_users gps: importation des conseillers FT d'un fichier excel refactor: FranceTravailContact uses JobSeekerProfile feat(UserDetailView): display France Travail contact feat(import_advisor_information): handle NULL values on contact info make quality remove superfluous address information in test fix: some ui adjusments refactor: requested changes fix(import_advisor_information.py): progress counting on matches, not row imports refactor: requested changes feat(gps): track expand events on conseiller infos feat(gps): added matomo tracking on new feature fix: CSS classes on clipboard button refactor(import_advisor_information.py): remove unused code fix: typo fix: matomo event name Remove unnecessary queryset construction fix(users/details.html): aria-label text feat(import_advisor_information): parameterize import file
b1db5a2 to
7771c39
Compare
| parser.add_argument( | ||
| "import_excel_file", | ||
| type=str, | ||
| help="The file directory of the GPS export file, with extension .xlsx", | ||
| ) |
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.
J'ai décidé que ça ne vaut pas plus des contrôles sur le fichier (e.g. extension)
🤔 Pourquoi ?
Mettre en visibilité sur chaque groupe le nom, prénom et email du conseiller emploi France Travail
🍰 Comment ?
🚨 À vérifier
🏝️ Comment tester
Sur l'importation des données
python manage.py import_advisor_information [import_file.xlsx] [--wet-run]Sur la visualisation des données
make populate_dbpublic_iddepuis le fichier admin de Jacques Henry (http://localhost:8000/admin/users/user/2/change/ - identifiant public)💻 Captures d'écran
Modifiable depuis le site admin (sous JobSeekerProfile)