Skip to content

Commit

Permalink
fixtures: added test job seeker sent by company
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenKorr committed Oct 4, 2024
1 parent 9e7899a commit 5f62cce
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 0 deletions.
39 changes: 39 additions & 0 deletions itou/fixtures/django/05_test_users.json
Original file line number Diff line number Diff line change
Expand Up @@ -1051,5 +1051,44 @@
},
"model": "users.user",
"pk": 29
},
{
"fields": {
"address_filled_at": null,
"address_line_1": "7 Rue Judaïque",
"address_line_2": "",
"ban_api_resolved_address": "7 Rue Judaïque 33000 Bordeaux",
"city": "Bordeaux",
"coords": "SRID=4326;POINT (-0.581538 44.841654)",
"created_by": 3,
"date_joined": "2024-10-04T05:55:52.147Z",
"department": "33",
"email": "juti@lacoste.fr",
"external_data_source_history": null,
"first_login": null,
"first_name": "Julie",
"geocoding_score": 0.9861654545454543,
"geocoding_updated_at": null,
"groups": [],
"has_completed_welcoming_tour": false,
"identity_provider": "DJANGO",
"insee_city": null,
"is_active": true,
"is_staff": false,
"is_superuser": false,
"kind": "job_seeker",
"last_checked_at": "2024-10-04T05:55:52.147Z",
"last_login": null,
"last_name": "TIBO",
"password": "!tPrUo20WjlqhW3gQguRBS92jiiOCShriRvlN9QHc",
"phone": "",
"post_code": "33000",
"public_id": "c8bc7388-8a9e-480d-8ad6-25bab7be9523",
"title": "MME",
"user_permissions": [],
"username": "634c8c2ca0d44c448e9c77efac07d703"
},
"model": "users.user",
"pk": 47
}
]
35 changes: 35 additions & 0 deletions itou/fixtures/django/07_jobseeker_profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,40 @@
},
"model": "users.jobseekerprofile",
"pk": 26
},
{
"fields": {
"aah_allocation_since": "",
"asp_uid": "f403018e1423501927500c8bdf79bb",
"ass_allocation_since": "",
"ata_allocation_since": "",
"birth_country": 91,
"birth_place": 26973,
"birthdate": "2005-05-03",
"education_level": "40",
"has_rsa_allocation": "NON",
"hexa_additional_address": "",
"hexa_commune": null,
"hexa_lane_name": "",
"hexa_lane_number": "",
"hexa_lane_type": "",
"hexa_non_std_extension": "",
"hexa_post_code": "",
"hexa_std_extension": "",
"lack_of_nir_reason": "",
"lack_of_pole_emploi_id_reason": "NOT_REGISTERED",
"nir": "205056929022109",
"oeth_employee": false,
"pe_last_certification_attempt_at": null,
"pe_obfuscated_nir": null,
"pole_emploi_id": "",
"pole_emploi_since": "",
"resourceless": false,
"rqth_employee": false,
"rsa_allocation_since": "",
"unemployed_since": "04"
},
"model": "users.jobseekerprofile",
"pk": 47
}
]
54 changes: 54 additions & 0 deletions itou/fixtures/django/24_job_applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,60 @@
"model": "job_applications.jobapplication",
"pk": "4edf8044-b892-4167-b872-f2ef5ac9e05f"
},
{
"fields": {
"answer": "",
"answer_to_prescriber": "",
"approval": null,
"approval_delivery_mode": "",
"approval_manually_delivered_by": null,
"approval_manually_refused_at": null,
"approval_manually_refused_by": null,
"approval_number_sent_at": null,
"approval_number_sent_by_email": false,
"archived_at": null,
"archived_by": null,
"contract_type": "",
"contract_type_details": "",
"create_employee_record": true,
"created_at": "2024-10-04T05:57:12.474Z",
"diagoriente_invite_sent_at": null,
"eligibility_diagnosis": null,
"geiq_eligibility_diagnosis": null,
"hired_job": null,
"hiring_end_at": null,
"hiring_start_at": null,
"hiring_without_approval": false,
"inverted_vae_contract": null,
"job_seeker": 47,
"message": "Je suis très motivée.",
"nb_hours_per_week": null,
"origin": "default",
"planned_training_hours": null,
"prehiring_guidance_days": null,
"processed_at": null,
"qualification_level": "",
"qualification_type": "",
"refusal_reason": "",
"refusal_reason_shared_with_job_seeker": false,
"resume_link": "",
"selected_jobs": [
4
],
"sender": 4,
"sender_company": 2653,
"sender_kind": "employer",
"sender_prescriber_organization": null,
"state": "new",
"to_company": 3851,
"transferred_at": null,
"transferred_by": null,
"transferred_from": null,
"updated_at": "2024-10-04T05:57:12.474Z"
},
"model": "job_applications.jobapplication",
"pk": "5e074295-bc38-4ce5-b684-f674b2be1a74"
},
{
"fields": {
"answer": "Bonjour, \r\n\r\nNous vous remercions de votre candidature et nous avons le plaisir de vous faire savoir que vous êtes désormais membre de \"l'équipe A\" du Garage Martinet.",
Expand Down

0 comments on commit 5f62cce

Please sign in to comment.