# Các Recruiment Report
# Giới thiệu
- Là các hành động điều chỉnh bộ lọc và xuất báo cáo trong trang báo cáo tuyển dụng.
- Được gửi từ backend và frontend.
# Trigger
- User vào trang
app/recruitment-reportsvà thực hiện các hành động. RecruitmentReportExported: Trigger khi user export báo cáo tuyển dụng (backend).RecruitmentReportFiltered: Trigger khi user điều chỉnh bộ lọc trang báo cáo tuyển dụng (frontend).
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| u_id | Logged In user |
| type | RecruitmentReportExported, RecruitmentReportFiltered |
| q | query string của bộ lọc trang báo cáo tuyển dụng |
| Required Info Schema | Xem thông tin bắt buộc |
# Sample
# RecruitmentReportExported, RecruitmentReportFiltered
{
"referer": "http://localhost:31896/",
"c_id": null,
"w": null,
"h": null,
"p_f": null,
"a_v": null,
"host": "api-tuyendung.topcv.local",
"o": "http://localhost:31896",
"p_n": "api/v1/recruitment-report/export-excel",
"q": {
"from_date": '2021-08-29',
"to_date": '2021-09-25'
},
"u_id": "139912",
"id": null,
"src": null,
"tab_id": null,
"ts": 1632477082,
"ip": "172.25.0.1",
"type": "RecruitmentReportExported",
"hrf": "http%3A%2F%2Fapi-tuyendung.topcv.local%2Fapi%2Fv1%2Frecruitment-report%2Fexport-excel",
"t_i": null,
"cv_i": null,
"p": null,
"b": null,
"jb_ids": null,
"p_j_i": null,
"v_t": null,
"s": null,
"mb_l_i": null,
"r": null,
"package": null,
"mi_l_i": null,
"g_s": null,
"h_s": null,
"b_ns": null,
"u_s": null,
"u_m": null,
"u_c": null,
"ta_source": null,
"p_id": null,
"imprs": null
}