You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task is to create a Create Candidate page that allows users to input essential details and upload a CV file for a new candidate.
Form Structure
1. Candidate Information:
Full Name (ФИО):
A required text field for entering the candidate’s full name.
Expected Salary:
A numeric field for specifying the candidate’s expected salary, with an optional currency indicator.
Position:
A dropdown menu listing existing positions for the candidate to be associated with.
Phone Number:
A required numeric field for the candidate’s contact number, with validation for correct format.
CV File Upload:
A file input field for uploading the candidate’s CV in common formats like PDF or DOCX.
2. Comments Section:
Comments:
A text area for adding optional notes or remarks about the candidate, such as interview impressions or specific skills.
3. Actions:
Save Button:
A button at the bottom of the form to save the new candidate’s details. Ensure all required fields are validated before saving.
Cancel Button:
An optional button to discard changes and return to the candidates list.
Validation Requirements:
Ensure all required fields (Full Name, Expected Salary, Position, Phone Number, and CV File) are filled before saving.
Validate that the uploaded CV file is within the allowed size and format.
User Interface Features:
File Upload Preview:
Display the name of the uploaded CV file for confirmation.
Responsive Design:
Ensure the form is user-friendly on both desktop and mobile devices.
Auto-save or Warning:
Warn users before leaving the page without saving changes.
Expected Outcome:
A seamless Create Candidate page where users can input and save all relevant candidate information, including personal details, expected salary, position, phone number, and CV. The form should support optional comments and ensure proper validation for a smooth data entry process.
The text was updated successfully, but these errors were encountered:
The task is to create a Create Candidate page that allows users to input essential details and upload a CV file for a new candidate.
Form Structure
1. Candidate Information:
A required text field for entering the candidate’s full name.
A numeric field for specifying the candidate’s expected salary, with an optional currency indicator.
A dropdown menu listing existing positions for the candidate to be associated with.
A required numeric field for the candidate’s contact number, with validation for correct format.
A file input field for uploading the candidate’s CV in common formats like PDF or DOCX.
2. Comments Section:
A text area for adding optional notes or remarks about the candidate, such as interview impressions or specific skills.
3. Actions:
A button at the bottom of the form to save the new candidate’s details. Ensure all required fields are validated before saving.
An optional button to discard changes and return to the candidates list.
Validation Requirements:
User Interface Features:
Display the name of the uploaded CV file for confirmation.
Ensure the form is user-friendly on both desktop and mobile devices.
Warn users before leaving the page without saving changes.
Expected Outcome:
A seamless Create Candidate page where users can input and save all relevant candidate information, including personal details, expected salary, position, phone number, and CV. The form should support optional comments and ensure proper validation for a smooth data entry process.
The text was updated successfully, but these errors were encountered: