Upload Jobs through API (ATS, CRM, Other)
to do
Gautam Bakshi
As a recruiter, I want to upload job descriptions through API integrations with ATS, CRM, and other systems so that I can streamline the job posting process.
Acceptance Criteria:
* The system should support API integrations for uploading job descriptions from ATS, CRM, and other systems.
* Each uploaded job description should be assigned a unique identifier.
* Uploading through the API should trigger the job processing back-end engine.
* The system should process the job description and present the extracted general text, a table with the skills, and a proposed scoring.
* The processed job should be editable, with an option to reprocess during editing.
* The system should provide options to match candidates or save as draft after processing.
* Saving as draft should allow the user to save and continue or save and exit.
* Each job description uploaded (via PDF, text, image, API, or manual input) should be assigned a unique identifier.
* Uploading a job description should trigger the job processing back-end engine.
* The system should process the job description and present:
** The general text section.
** A table with the skills processed by the engine.
** Proposed scoring based on the data.
* The processed job should be editable, with an option to reprocess the job during editing.
* After processing, the system should provide the following options outside the edit screen:
** Match candidates: This should trigger the candidate processing functionality.
** Save draft: This should allow the user to save and continue or save and exit.
*
Sample Expected Result:
A job description is uploaded through an ATS integration. The system processes the document, assigns a unique identifier, and displays the general text, skills table, and proposed scoring.Gautam Bakshi
to do